Skip to content

Commit f360b6b

Browse files
classic issue with missing ' ; '
1 parent 4c61103 commit f360b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/logic/fossil/io/output.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ namespace fossil {
144144
static void putchar_color(char c, const char *color) {
145145
fossil_io_putchar_color(c, color);
146146
}
147-
}
147+
};
148148
}
149149
}
150150

0 commit comments

Comments
 (0)