diff options
Diffstat (limited to 'recordmydesktop/src/rmd.c')
-rw-r--r-- | recordmydesktop/src/rmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recordmydesktop/src/rmd.c b/recordmydesktop/src/rmd.c index 7d3aecb..479a757 100644 --- a/recordmydesktop/src/rmd.c +++ b/recordmydesktop/src/rmd.c @@ -68,7 +68,7 @@ int main(int argc, char **argv){ if (pdata.args.rescue_path != NULL) exit(rmdRescue(pdata.args.rescue_path)); - if (XInitThreads()==0) { + if (XInitThreads() == 0) { fprintf(stderr, "Couldn't initialize thread support!\n"); exit(7); } |