From 1175f5ffe3f9bdd471beecfa80140ff6286ccb7d Mon Sep 17 00:00:00 2001 From: lotodore Date: Sun, 10 Feb 2008 12:48:49 +0000 Subject: [PATCH] Fixed linefeeds. --- src/pokerth_server.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pokerth_server.cpp b/src/pokerth_server.cpp index 0700eb7b..a81495b4 100644 --- a/src/pokerth_server.cpp +++ b/src/pokerth_server.cpp @@ -92,13 +92,13 @@ main(int argc, char *argv[]) ("readonly-config", "treat config file as read-only") ; - po::variables_map vm; - po::store(po::parse_command_line(argc, argv, desc), vm); - po::notify(vm); - - if (vm.count("help")) - { - cout << desc << endl; + po::variables_map vm; + po::store(po::parse_command_line(argc, argv, desc), vm); + po::notify(vm); + + if (vm.count("help")) + { + cout << desc << endl; return 1; } if (vm.count("version"))