diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/diagnostic/diagnostic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diagnostic/diagnostic.c b/src/diagnostic/diagnostic.c index e7e7645..a84ed2b 100644 --- a/src/diagnostic/diagnostic.c +++ b/src/diagnostic/diagnostic.c @@ -40,7 +40,7 @@ static struct iostate { char *warn_format; char *fixme_format; char *info_format; -} state = {"%08x:", {0, 0}, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL}; +} state = {{0, 0}, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL}; void rin_diag_cleanup(void) { |