Changeset 26517 in vbox for trunk/src/VBox/Main/generic
- Timestamp:
- Feb 14, 2010 9:39:00 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57688
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/generic/OpenGLTestApp.cpp
r26098 r26517 232 232 { "--log", 'l', RTGETOPT_REQ_STRING }, 233 233 #endif 234 { "--help", 'h', RTGETOPT_REQ_NOTHING },235 234 }; 236 235 … … 307 306 break; 308 307 308 case 'V': 309 RTPrintf("$Revision: $\n"); 310 return 0; 311 309 312 case VERR_GETOPT_UNKNOWN_OPTION: 310 313 case VINF_GETOPT_NOT_OPTION: … … 312 315 313 316 default: 317 /* complain? RTGetOptPrintError(rc, &Val); */ 314 318 break; 315 319 } 316 320 317 if (rc)321 if (rc) 318 322 break; 319 323 }
Note:
See TracChangeset
for help on using the changeset viewer.