mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
Compiler diet.
Don't feed the compiler. RelaunchWindow() is declared to return Bool so Bool it shall proudly return.
This commit is contained in:
committed by
Carlos R. Mafra
parent
0601e0f002
commit
bca60318ca
@@ -456,10 +456,8 @@ Bool RelaunchWindow(WWindow *wwin)
|
|||||||
wAddDeathHandler(pid, (WDeathHandler *) shellCommandHandler, data);
|
wAddDeathHandler(pid, (WDeathHandler *) shellCommandHandler, data);
|
||||||
|
|
||||||
XFreeStringList(argv);
|
XFreeStringList(argv);
|
||||||
return True;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* compiler food */
|
|
||||||
return True;
|
return True;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user