From 03a01071970a21b306b9916feb95c0993356d902 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Fri, 14 Jul 2023 09:06:57 -0300 Subject: firecfg: add const to a few functions/variables To make it clearer that they are not modified later. --- src/firecfg/firecfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/firecfg/firecfg.h') diff --git a/src/firecfg/firecfg.h b/src/firecfg/firecfg.h index 825bf8d03..8f74a1198 100644 --- a/src/firecfg/firecfg.h +++ b/src/firecfg/firecfg.h @@ -49,6 +49,6 @@ int is_link(const char *fname); void sound(void); // desktop_files.c -void fix_desktop_files(char *homedir); +void fix_desktop_files(const char *homedir); #endif -- cgit v1.2.3-70-g09d2