Skip to content

Commit

Permalink
Fix duplicate definition of outputStream.
Browse files Browse the repository at this point in the history
  • Loading branch information
NagyD committed Dec 10, 2022
1 parent 5d70fac commit 0dbc140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/console/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ main.c: PR console program parsing and IDE
#include "compress.h" /* setCompressionLevel */
#include "parse.h" /* free parsed cache */

FILE* outputStream;
extern FILE* outputStream;

void main_syntax() {
fprintf(outputStream,PARSING_HELP_BEGIN);
Expand Down

0 comments on commit 0dbc140

Please sign in to comment.