]> git.saurik.com Git - wxWidgets.git/commitdiff
fixes for trailing commas for OS/2 from WX_2_2_BRANCH
authorDavid Webster <Dave.Webster@bhmi.com>
Fri, 21 Jul 2000 20:45:20 +0000 (20:45 +0000)
committerDavid Webster <Dave.Webster@bhmi.com>
Fri, 21 Jul 2000 20:45:20 +0000 (20:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7806 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/cmdline.h

index 7df010dbfc821b5baca0795a6a6d8ed3d12135d8..7e10524d01c9f86279a606e1e5caea50a722b8b1 100644 (file)
@@ -33,7 +33,7 @@ enum
     wxCMD_LINE_PARAM_OPTIONAL   = 0x02, // the parameter may be omitted
     wxCMD_LINE_PARAM_MULTIPLE   = 0x04, // the parameter may be repeated
     wxCMD_LINE_OPTION_HELP      = 0x08, // this option is a help request
-    wxCMD_LINE_NEEDS_SEPARATOR  = 0x10, // must have sep before the value
+    wxCMD_LINE_NEEDS_SEPARATOR  = 0x10  // must have sep before the value
 };
 
 // an option value or parameter may be a string (the most common case), a