aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/firejail/profile.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/firejail/profile.c b/src/firejail/profile.c
index 8cc5c1166..a250e5611 100644
--- a/src/firejail/profile.c
+++ b/src/firejail/profile.c
@@ -1901,8 +1901,7 @@ void profile_read(const char *fname) {
1901 fclose(fp); 1901 fclose(fp);
1902} 1902}
1903 1903
1904char *profile_list_normalize(char *list) 1904char *profile_list_normalize(char *list) {
1905{
1906 /* Remove redundant commas. 1905 /* Remove redundant commas.
1907 * 1906 *
1908 * As result is always shorter than original, 1907 * As result is always shorter than original,