diff options
author | sabetts <sabetts> | 2000-10-05 22:00:00 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2000-10-05 22:00:00 +0000 |
commit | cce91d966d0b7ccda8de348f431d7b4e234665cd (patch) | |
tree | 9f508ecd7e3a3487fad54bd682bfb823525eddb4 /src | |
parent | f292fda9dbdae554a69dd484b6e4dff9cef9e6a3 (diff) | |
download | ratpoison-cce91d966d0b7ccda8de348f431d7b4e234665cd.zip |
fixed wimpy c++ style comment
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ handler (Display *d, XErrorEvent *e) fprintf (stderr, "ratpoison: %s!\n", error_msg); return 0; - // exit (EXIT_FAILURE); + /* exit (EXIT_FAILURE); */ } void |