diff --git a/src/configfile.c b/src/configfile.c index ac66e9b..d26234c 100644 --- a/src/configfile.c +++ b/src/configfile.c @@ -385,6 +385,7 @@ void config_file_show_profiles(void) { continue; } + printf("%s ", group[i]); } g_strfreev(group);