diff options
Diffstat (limited to 'src/common/util.c')
-rw-r--r-- | src/common/util.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/util.c b/src/common/util.c index 54ad4f78..a8173990 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -1966,3 +1966,8 @@ get_subdirs (const char *path) return dirlist; } + +#if 0 +_("L10n test") +#endif + |