aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cc b/src/main.cc
index 62b42a3..7a89d49 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -20,7 +20,7 @@
20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21// DEALINGS IN THE SOFTWARE. 21// DEALINGS IN THE SOFTWARE.
22 22
23// $Id: main.cc,v 1.18 2003/06/12 14:37:21 fluxgen Exp $ 23// $Id: main.cc,v 1.19 2003/07/10 12:01:17 fluxgen Exp $
24 24
25#include "fluxbox.hh" 25#include "fluxbox.hh"
26#include "I18n.hh" 26#include "I18n.hh"
@@ -176,7 +176,7 @@ int main(int argc, char **argv) {
176 exit(0); 176 exit(0);
177 } else if (strcmp(argv[i], "-info") == 0 || strcmp(argv[i], "-i") == 0) { 177 } else if (strcmp(argv[i], "-info") == 0 || strcmp(argv[i], "-i") == 0) {
178 showInfo(cout); 178 showInfo(cout);
179 ::exit(0); 179 exit(0);
180 } 180 }
181 } 181 }
182 182