Skip to content

Commit

Permalink
Saba7 elkher
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedihabb2 committed May 23, 2023
1 parent 4951035 commit 46851c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser.y
Original file line number Diff line number Diff line change
Expand Up @@ -1079,6 +1079,6 @@ int main (void) {
}

void yyerror (char *s) {
fprintf (stderr, "error in line %d: %s\n", line_num, s);
fprintf (stderr, "Error in line %d: %s\n", line_num, s);
fprintf (console_logs, "Error: in line %d: %s\n", line_num, s);
}

0 comments on commit 46851c3

Please sign in to comment.