diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/html.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html.cc b/src/html.cc index 09dab3e2..62393d52 100644 --- a/src/html.cc +++ b/src/html.cc @@ -1559,7 +1559,7 @@ int32_t a_Html_color_parse(DilloHtml *html, const char *str, int32_t color = a_Color_parse(str, default_color, &err); if (err) { - BUG_MSG("Color '%s' is not in \"#RRGGBB\" format.", str); + BUG_MSG("Color \"%s\" is not in \"#RRGGBB\" format.", str); } return color; } |