Skip to content

Commit

Permalink
stray variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayne Cripps committed Mar 11, 2023
1 parent 660f4c3 commit 4e26da5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -373,10 +373,10 @@ int main(int argc, char **argv)
(void *) VERSION,
(void *) NEWLINE );
#ifdef _WIN32
dbg1(Warning, "Windows 32 bit", (void *) NEWLINE);
dbg1(Warning, "Windows 32 bit%c", (void *) NEWLINE);
#endif
#ifdef _WIN64
dbg1(Warning, "Windows 64 bit", (void *) NEWLINE);
dbg1(Warning, "Windows 64 bit%c", (void *) NEWLINE);
#endif
}
file_stuff(&b, &f);
Expand Down

0 comments on commit 4e26da5

Please sign in to comment.