Returning EXIT_FAILURE on exit in fluxbox-remote.
This commit is contained in:
parent
118ea25f9d
commit
34656ac622
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ int main(int argc, char **argv) {
|
||||||
disp = XOpenDisplay(NULL);
|
disp = XOpenDisplay(NULL);
|
||||||
if (!disp) {
|
if (!disp) {
|
||||||
perror("error, can't open display.");
|
perror("error, can't open display.");
|
||||||
|
rc = EXIT_FAILURE;
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue