summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/gui/backdrop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/backdrop.c b/apps/gui/backdrop.c
index 67f96a3..bc8c4a7 100644
--- a/apps/gui/backdrop.c
+++ b/apps/gui/backdrop.c
@@ -124,7 +124,7 @@ static bool load_remote_backdrop(const char* filename, fb_remote_data* backdrop_
}
}
-bool load_remote_wps_backdrop(char* filename)
+bool load_remote_wps_backdrop(const char* filename)
{
remote_wps_backdrop_valid = load_remote_backdrop(filename, &remote_wps_backdrop[0][0]);
return remote_wps_backdrop_valid;