summaryrefslogtreecommitdiff
path: root/src/flac/decode.h
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2001-11-11 04:02:05 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2001-11-11 04:02:05 +0000
commitaa07a7601a9f9494fe25b3c98e7a86b58024cd24 (patch)
tree8fbb4da56d0698be5388c291390a79c743b18d84 /src/flac/decode.h
parent123f1e94973538efc09acbc5780608f1d399c3d1 (diff)
downloadflac-aa07a7601a9f9494fe25b3c98e7a86b58024cd24.tar.gz
minor cosmetics with Ogg defines
Diffstat (limited to 'src/flac/decode.h')
-rw-r--r--src/flac/decode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flac/decode.h b/src/flac/decode.h
index c0581edb..ce864295 100644
--- a/src/flac/decode.h
+++ b/src/flac/decode.h
@@ -23,7 +23,7 @@
typedef struct {
FLAC__bool verbose;
-#ifdef FLaC__HAS_OGG
+#ifdef FLAC__HAS_OGG
FLAC__bool is_ogg;
#endif
FLAC__uint64 skip;