diff options
Diffstat (limited to 'src/inputPlugins/_ogg_common.c')
-rw-r--r-- | src/inputPlugins/_ogg_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inputPlugins/_ogg_common.c b/src/inputPlugins/_ogg_common.c index 62a147972..8abdc33bc 100644 --- a/src/inputPlugins/_ogg_common.c +++ b/src/inputPlugins/_ogg_common.c @@ -70,4 +70,4 @@ ogg_stream_type ogg_stream_type_detect(InputStream * inStream) return VORBIS; } -#endif /* defined(HAVE_OGGFLAC || defined(HAVE_OGGVORBIS) */ +#endif /* defined(HAVE_OGGFLAC || defined(HAVE_OGGVORBIS) */ |