summaryrefslogtreecommitdiffstats
path: root/eglib/gmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'eglib/gmain.c')
-rw-r--r--eglib/gmain.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/eglib/gmain.c b/eglib/gmain.c
index 9936143d..6f2f2688 100644
--- a/eglib/gmain.c
+++ b/eglib/gmain.c
@@ -1314,6 +1314,7 @@ gchar *g_key_file_get_string(GKeyFile *key_file,
strncpy(tmp, line + i + 1, to_copy);
value = g_strdup(tmp);
+ break;
}
munmap(map, size);