diff options
Diffstat (limited to 'src/rmd.c')
-rw-r--r-- | src/rmd.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -150,7 +150,8 @@ int main(int argc, char **argv) } //this is where the capturing happens. - rmdThreads(&pdata); + if (rmdThreads(&pdata)) + return 1; XCloseDisplay(pdata.dpy); fprintf(stderr, ".\n"); |