]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Remove superfluous semicolon
authorTravis Cross <tc@traviscross.com>
Tue, 10 May 2016 21:50:41 +0000 (21:50 +0000)
committerTravis Cross <tc@traviscross.com>
Tue, 10 May 2016 21:50:41 +0000 (21:50 +0000)
Having this extra semicolon here confuses automatic indentation.

debian/util.sh

index bce15bd911fc798c26e7fa49ce05dd986465e99b..51e50c47f1d9e9dfe5030be3e60377cb3c30eec5 100755 (executable)
@@ -199,7 +199,7 @@ create_dsc () {
         m) modules_list="$OPTARG";;
         p) modules_add="$modules_add $OPTARG";;
         s) speed="$OPTARG";;
-        u) suite_postfix="$OPTARG"; suite_postfix_p=true; ;;
+        u) suite_postfix="$OPTARG"; suite_postfix_p=true;;
         z) zl="$OPTARG";;
       esac
     done