Changeset 58153 in vbox for trunk/src/VBox/ValidationKit/bootsectors
- Timestamp:
- Oct 9, 2015 1:42:14 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/VBoxBs2Linker.cpp
r57358 r58153 62 62 { 63 63 fprintf(stderr, "syntax errro: Unknown options '%s'\n", pszOpt); 64 free(papszInputs); 64 65 return 2; 65 66 } … … 206 207 } 207 208 209 fclose(pOutput); 208 210 return rcExit; 209 211 }
Note:
See TracChangeset
for help on using the changeset viewer.