diff options
Diffstat (limited to '')
-rw-r--r-- | src/inputPlugins/_flac_common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/inputPlugins/_flac_common.h b/src/inputPlugins/_flac_common.h index b20b32e02..6143cbfe7 100644 --- a/src/inputPlugins/_flac_common.h +++ b/src/inputPlugins/_flac_common.h @@ -73,6 +73,6 @@ static inline int flacSendChunk(FlacData * data) return 0; } -#endif /* HAVE_FLAC || HAVE_OGGFLAC */ +#endif /* HAVE_FLAC || HAVE_OGGFLAC */ -#endif /* _FLAC_COMMON_H */ +#endif /* _FLAC_COMMON_H */ |