]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fixed comment in source-maintenance.sh
authorFrancesco Chemolli <kinkie@squid-cache.org>
Sat, 21 Jan 2012 08:08:51 +0000 (09:08 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Sat, 21 Jan 2012 08:08:51 +0000 (09:08 +0100)
scripts/source-maintenance.sh

index e1aa5010a93b38df89435c004d1d9f4406158487..4aa0b66b703c036a1fd7d0d55e59485c9aaef92e 100755 (executable)
@@ -68,7 +68,7 @@ for FILENAME in `ls -1`; do
        fi
 
        #
-       # REQUIRE config.h/squid.h as first #include
+       # REQUIRE squid.h/squid-old.h as first #include
        #
        case ${FILENAME} in
        *.c|*.cc)