Skip to content

Commit

Permalink
classic issue with missing ' ; '
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer-coding committed Jan 27, 2025
1 parent 4c61103 commit f360b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/logic/fossil/io/output.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ namespace fossil {
static void putchar_color(char c, const char *color) {
fossil_io_putchar_color(c, color);
}
}
};
}
}

Expand Down

0 comments on commit f360b6b

Please sign in to comment.