Silence a bunch of gcc 'newline' warnings.

Originally committed to SVN as r2896.
This commit is contained in:
Amar Takhar 2009-05-04 06:50:12 +00:00
parent c2267bedcc
commit de2ec45cea
4 changed files with 8 additions and 4 deletions

View File

@ -60,4 +60,5 @@ public:
wxString GetFilename() { return source->GetFilename(); }
};
AudioProvider *CreateConvertAudioProvider(AudioProvider *source_provider);
AudioProvider *CreateConvertAudioProvider(AudioProvider *source_provider);

View File

@ -46,4 +46,5 @@ public:
void GetAudio(void *buf, int64_t start, int64_t count);
};
};

View File

@ -70,4 +70,5 @@ public:
AudioProvider *CreateProvider(Aegisub::String file) { return new FFmpegSourceAudioProvider(file); }
};
#endif /* WITH_FFMPEGSOURCE */
#endif /* WITH_FFMPEGSOURCE */

View File

@ -78,4 +78,5 @@ public:
};
#endif /* WITH_FFMPEGSOURCE */
#endif /* WITH_FFMPEGSOURCE */