whitespace changes

This commit is contained in:
Mikael Magnusson 2004-03-20 15:48:38 +00:00
parent 0e6161b0d4
commit 8a3bfe527c
3 changed files with 11 additions and 11 deletions
openbox

View file

@ -312,7 +312,7 @@ gint main(gint argc, gchar **argv)
gchar **argvp;
GError *err = NULL;
/* run other shit */
/* run other window manager */
if (g_shell_parse_argv(restart_path, &argcp, &argvp, &err)) {
execvp(argvp[0], argvp);
g_strfreev(argvp);