1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-29 03:17:53 -04:00

[html] Explicit C_ macro (char *)

This commit is contained in:
Witold Filipczyk 2022-02-18 15:08:31 +01:00
parent c4aff169e9
commit 76b093600d

View File

@ -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,