Browse Source

NOTREACHED comment

master
Ali H. Fardan 8 years ago
parent
commit
d1ae2e785d
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      slstatus.c

+ 7
- 0
slstatus.c View File

@@ -652,6 +652,13 @@ main(void)
sleep(UPDATE_INTERVAL -1); sleep(UPDATE_INTERVAL -1);
} }


/* NOT REACHED */
/*
* TODO: find out a way to exit successfully
* to prevent memory leaks
*/
/*
XCloseDisplay(dpy); XCloseDisplay(dpy);
return 0; return 0;
*/
} }

Loading…
Cancel
Save