aboutsummaryrefslogtreecommitdiffstats
path: root/src/diagnostic
diff options
context:
space:
mode:
Diffstat (limited to 'src/diagnostic')
-rw-r--r--src/diagnostic/diagnostic.c2
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)
{