Skip to content

Commit

Permalink
Remove extra double quote to fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Jun 23, 2021
1 parent 733d39c commit 8a0d54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/win32/vm/sqWin32Window.c
Original file line number Diff line number Diff line change
Expand Up @@ -3082,7 +3082,7 @@ printUsage(int level)
#endif /* STACKVM */
#if STACKVM || NewspeakVM
# if COGVM
TEXT("\n\t") TVMOPTION("logplugin")" TEXT(" name\t\tonly log primitives in plugin\n")
TEXT("\n\t") TVMOPTION("logplugin") TEXT(" name\t\tonly log primitives in plugin\n")
TEXT("\n\t") TVMOPTION("trace") TEXT("[=num]\t\tenable tracing (optionally to a specific value)")
# else
TEXT("\n\t") TVMOPTION("sendtrace") TEXT(" \t\t(trace sends to stdout for debug)")
Expand Down

0 comments on commit 8a0d54a

Please sign in to comment.