diff options
Diffstat (limited to 'catgets')
-rw-r--r-- | catgets/gencat.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/catgets/gencat.c b/catgets/gencat.c index 9d6db70..51fd2a7 100644 --- a/catgets/gencat.c +++ b/catgets/gencat.c @@ -1196,7 +1196,9 @@ normalize_line (const char *fname, size_t line, iconv_t cd, wchar_t *string, ++rp; } else - /* Simply ignore the backslash character. */; + { + /* Simply ignore the backslash character. */ + } break; } } |