diff options
author | corvid <devnull@localhost> | 2016-06-15 18:35:30 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2016-06-15 18:35:30 +0000 |
commit | 71541a1763805207c6695e72070acf479c5614ab (patch) | |
tree | 95dbdf93529fa1cc6e22d14ecff271c9f79129f4 /src | |
parent | ec006280a40b7f293889ee739af17bef948d6dd5 (diff) |
BUG_MSG
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; } |