Commit 4bce39fe authored by Bruce Momjian's avatar Bruce Momjian

missing backslash.

parent c753a6a1
......@@ -60,7 +60,7 @@ int main(int argc, char **argv)
else
sprintf(query,"\
UPDATE words \
SET matches = matches + 1
SET matches = matches + 1 \
WHERE word = '%s'", line);
doquery(query);
row++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment