diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gen-script-for-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gen-script-for-lang.c b/tools/gen-script-for-lang.c index 0e1f5f76..00d847aa 100644 --- a/tools/gen-script-for-lang.c +++ b/tools/gen-script-for-lang.c @@ -191,7 +191,7 @@ scripts_for_file (const char *base_dir, if (comment) *comment = '\0'; g_strstrip (str); - if (str[0] != '\0') /* Empty */ + if (str[0] != '\0') /* Empty */ scripts_for_line (base_dir, file_part, str, info); g_free (str); break; |