Changeset 59761 in vbox for trunk/src/VBox/Runtime/common/asn1
- Timestamp:
- Feb 20, 2016 4:51:02 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 105631
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/asn1/oiddb2c.cpp
r59728 r59761 151 151 , 152 152 pChild->uKey, 153 pChild->StrTabEntry.cchString,153 (unsigned)pChild->StrTabEntry.cchString, 154 154 pChild->fChildrenInBigTable, 155 155 pChild->cChildren, … … 489 489 static RTEXITCODE usage(FILE *pOut, const char *argv0, RTEXITCODE rcExit) 490 490 { 491 fprintf(pOut, "usage: %s <out-file.c> <oid-file> [oid-file2 [...]]\n" );491 fprintf(pOut, "usage: %s <out-file.c> <oid-file> [oid-file2 [...]]\n", argv0); 492 492 return rcExit; 493 493 }
Note:
See TracChangeset
for help on using the changeset viewer.