diff options
author | Eugene Sandulenko | 2018-04-07 09:53:46 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2018-04-07 09:53:46 +0200 |
commit | 7f6d431fe301d52d927f4c5b00bc43701c41a2de (patch) | |
tree | 6e8f88eb69ab60231a0bc4ac8fd3d378bcc5d9a8 /audio | |
parent | ca73d36dc8ab8de48aa33485e5a38901c20fa7a8 (diff) | |
download | scummvm-rg350-7f6d431fe301d52d927f4c5b00bc43701c41a2de.tar.gz scummvm-rg350-7f6d431fe301d52d927f4c5b00bc43701c41a2de.tar.bz2 scummvm-rg350-7f6d431fe301d52d927f4c5b00bc43701c41a2de.zip |
JANITORIAL: Add missing endline
Diffstat (limited to 'audio')
-rw-r--r-- | audio/softsynth/opl/nuked.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/softsynth/opl/nuked.cpp b/audio/softsynth/opl/nuked.cpp index f65b53e1c8..7e1e9f2809 100644 --- a/audio/softsynth/opl/nuked.cpp +++ b/audio/softsynth/opl/nuked.cpp @@ -1485,4 +1485,4 @@ void OPL::generateSamples(int16*buffer, int length) { } } -#endif // !DISABLE_NUKED_OPL
\ No newline at end of file +#endif // !DISABLE_NUKED_OPL |