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

missing backslash.

parent c753a6a1
...@@ -60,7 +60,7 @@ int main(int argc, char **argv) ...@@ -60,7 +60,7 @@ int main(int argc, char **argv)
else else
sprintf(query,"\ sprintf(query,"\
UPDATE words \ UPDATE words \
SET matches = matches + 1 SET matches = matches + 1 \
WHERE word = '%s'", line); WHERE word = '%s'", line);
doquery(query); doquery(query);
row++; 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