diff options
Diffstat (limited to 'src/common/util.c')
-rw-r--r-- | src/common/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/util.c b/src/common/util.c index 2db285cf7..657f40380 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -270,7 +270,7 @@ weechat_iconv (int from_utf8, char *from_code, char *to_code, char *string) else outbuf = strdup (string); #else - /* make gcc happy */ + /* make C compiler happy */ (void) from_code; (void) to_code; outbuf = strdup (string); |