Changeset 66485 in vbox for trunk/src/VBox/ValidationKit/bootsectors
- Timestamp:
- Apr 9, 2017 5:35:58 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 114480
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/VBoxBs3ObjConverter.cpp
r66449 r66485 4766 4766 4767 4767 /* Add the three segments. */ 4768 static RTSTRTUPLE const s_aSuffixes[3] = { RT_STR_TUPLE("_START"), RT_STR_TUPLE(""), RT_STR_TUPLE("_END"), };4768 static RTSTRTUPLE const s_aSuffixes[3] = { {RT_STR_TUPLE("_START")}, {RT_STR_TUPLE("")}, {RT_STR_TUPLE("_END")}, }; 4769 4769 for (unsigned iSuffix = 0; iSuffix < RT_ELEMENTS(s_aSuffixes); iSuffix++) 4770 4770 {
Note:
See TracChangeset
for help on using the changeset viewer.