Add missing voids for empty parameter list

This commit is contained in:
Romain Vimont
2023-10-23 21:49:42 +02:00
parent 9ade389069
commit 8e7b041f35
6 changed files with 7 additions and 7 deletions

View File

@@ -271,7 +271,7 @@ error:
}
SDL_Surface *
scrcpy_icon_load() {
scrcpy_icon_load(void) {
char *icon_path = get_icon_path();
if (!icon_path) {
return NULL;