Skip to content
Snippets Groups Projects
Commit 4bce39fe authored by Bruce Momjian's avatar Bruce Momjian
Browse files

missing backslash.

parent c753a6a1
No related branches found
No related tags found
No related merge requests found
......@@ -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++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment