diff options
Diffstat (limited to '')
-rw-r--r-- | src/aac_decode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/aac_decode.h b/src/aac_decode.h index 7ce9781f4..bd8149778 100644 --- a/src/aac_decode.h +++ b/src/aac_decode.h @@ -32,3 +32,4 @@ int aac_decode(Buffer * cb, AudioFormat * af, DecoderControl * dc); #endif /* HAVE_FAAD */ #endif +/* vim:set shiftwidth=4 tabstop=8 expandtab: */ |