From 2d58eee5901e866fe994c19d38d9dca3383fab37 Mon Sep 17 00:00:00 2001 From: Eugenio Favalli Date: Tue, 3 Jan 2006 19:46:48 +0000 Subject: Fixed a compile warning with GCC 4.1. Thanks to gim's suggestion. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 9d5c628c..0a126afb 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -363,7 +363,7 @@ void parseOptions(int argc, char *argv[], Options &options) { "username", required_argument, 0, 'U' }, { "password", required_argument, 0, 'P' }, { "default", no_argument, 0, 'D' }, - 0 + { 0 } }; while (optind < argc) { -- cgit v1.2.3-70-g09d2