]> git.sur5r.net Git - i3/i3/blobdiff - src/startup.c
Fix redundant casts to the same type
[i3/i3] / src / startup.c
index 1e733fcb8670399abf991954d368d7df869f904a..b1a2f60215550d9585a7f24efbebb243e2c672cd 100644 (file)
@@ -191,7 +191,7 @@ void start_application(const char *command, bool no_startup_id) {
             if (!no_startup_id)
                 sn_launcher_context_setup_child_process(context);
 
-            execl(_PATH_BSHELL, _PATH_BSHELL, "-c", command, (void *)NULL);
+            execl(_PATH_BSHELL, _PATH_BSHELL, "-c", command, NULL);
             /* not reached */
         }
         _exit(0);