diff --git a/src/shell-app-system.c b/src/shell-app-system.c index 30341e1c7..c41b4da28 100644 --- a/src/shell-app-system.c +++ b/src/shell-app-system.c @@ -414,5 +414,5 @@ shell_app_system_search (const char *search_string) if (!g_utf8_validate (*ids, -1, NULL)) **ids = '\0'; - return results; + return results; }