Commit cc0054a4 authored by Yang Tse's avatar Yang Tse
Browse files

remove extra semicolon from curl-config.in

parent 29ec219b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -81,13 +81,13 @@ while test $# -gt 0; do

    --feature|--features)
        for feature in @SUPPORT_FEATURES@; do
            echo $feature;
            echo "$feature"
        done
	;;

    --protocols)
        for protocol in @SUPPORT_PROTOCOLS@; do
            echo $protocol;
            echo "$protocol"
        done
	;;
    --version)