mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +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);
|
||||
|
||||
XFreeStringList(argv);
|
||||
return True;
|
||||
}
|
||||
|
||||
/* compiler food */
|
||||
return True;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user