diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2002-08-06 05:34:13 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2002-08-06 05:34:13 +0000 |
commit | fb4ab8fdc0715c916955ebbe6c2eb1f65d425d59 (patch) | |
tree | f3db97330b7e7162f8687ff488490aebad2f5838 /include | |
parent | fecb6b4bdefcdf86fbd7cf83c2e1e908296be836 (diff) | |
download | flac-fb4ab8fdc0715c916955ebbe6c2eb1f65d425d59.tar.gz |
minor formatting
Diffstat (limited to 'include')
-rw-r--r-- | include/FLAC/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/FLAC/Makefile.am b/include/FLAC/Makefile.am index d97a1dca..2d0e0832 100644 --- a/include/FLAC/Makefile.am +++ b/include/FLAC/Makefile.am @@ -21,8 +21,8 @@ includedir = ${prefix}/include/FLAC include_HEADERS = \ all.h \ assert.h \ - file_encoder.h \ file_decoder.h \ + file_encoder.h \ format.h \ metadata.h \ ordinals.h \ |