NULL-terminate query-stop-word tables

This commit is contained in:
Ivan Skytte Jørgensen 2017-12-22 15:48:03 +01:00
parent 4c3a3551ae
commit 3292e55e7e

@ -14,4 +14,5 @@ egrep -v '^$' |
awk '{print " \"" $1 "\","}' |
cat - >>$3
echo " NULL" >>$3
echo "};" >>$3