Fix syntax error (missing fi)
authorcolintu <colintu@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Sat, 25 Jul 2009 08:48:10 +0000 (08:48 +0000)
committercolintu <colintu@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Sat, 25 Jul 2009 08:48:10 +0000 (08:48 +0000)
git-svn-id: http://abcde.googlecode.com/svn/trunk@246 a0fa61bc-5347-0410-a1a9-7f54aa4e1825

abcde

diff --git a/abcde b/abcde
index cf49057..fa6b65f 100755 (executable)
--- a/abcde
+++ b/abcde
@@ -3594,6 +3594,7 @@ case "$FLACENCODERSYNTAX" in
                FLACENCODER="$FLAC"     
                if [ "$DOREPLAYGAIN" = "y" ]; then
                        FLACENCODEROPTS="${FLACENCODEROPTS} --replay-gain"
+               fi
                # FLAC streams can be encapsulated on a Ogg transport layer
                if echo "$FLACENCODEROPTS" | egrep -- "(^| )--ogg($| )" > /dev/null 2>&1 ;then
                        log error "FLAC on an Ogg container is not yet supported"