Changeset 69422 in vbox
- Timestamp:
- Oct 27, 2017 10:31:57 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118755
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/scmparser.cpp
r69345 r69422 211 211 off++; 212 212 size_t cchBody = cchLine; 213 while (cchBody > =off && RT_C_IS_SPACE(pchLine[cchBody - 1]))213 while (cchBody > off && RT_C_IS_SPACE(pchLine[cchBody - 1])) 214 214 cchBody--; 215 215 cchBody -= off;
Note:
See TracChangeset
for help on using the changeset viewer.