apps.h_in: fixed what is presumably a typo

This commit is contained in:
Julian Oes
2016-02-10 10:54:29 +01:00
parent 9d875a7e67
commit 338ccb34f5
+1 -1
View File
@@ -48,7 +48,7 @@ static void list_builtins(void)
static int shutdown_main(int argc, char *argv[])
{
printf("Shutting down\\n");
printf("Shutting down\n");
exit(0);
}