diff options
Diffstat (limited to 'src/ogg_decode.h')
-rw-r--r-- | src/ogg_decode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ogg_decode.h b/src/ogg_decode.h index a2e3076a5..036b6fc3a 100644 --- a/src/ogg_decode.h +++ b/src/ogg_decode.h @@ -30,3 +30,4 @@ int ogg_decode(Buffer * cb, AudioFormat * af, DecoderControl * dc); int getOggTotalTime(char * file); #endif +/* vim:set shiftwidth=4 tabstop=8 expandtab: */ |