mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[html] Explicit C_ macro (char *)
This commit is contained in:
parent
c4aff169e9
commit
76b093600d
@ -99,7 +99,7 @@ html_superscript(struct html_context *html_context, char *a,
|
||||
|
||||
/* TODO: Add more languages.
|
||||
* Entities can be used in these strings. */
|
||||
static char *quote_char[2] = { "\"", "'" };
|
||||
static char *quote_char[2] = { C_("\""), C_("'") };
|
||||
|
||||
void
|
||||
html_quote(struct html_context *html_context, char *a,
|
||||
|
Loading…
Reference in New Issue
Block a user