Changeset 44855 in vbox for trunk/src/VBox/Storage/testcase/VDScript.cpp
- Timestamp:
- Feb 27, 2013 10:15:42 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84004
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/testcase/VDScript.cpp
r44842 r44855 2366 2366 rc = vdScriptParserError(pThis, VERR_INVALID_PARAMETER, RT_SRC_POS, "Parser: Expected \";\", got ...\n"); 2367 2367 } 2368 else 2369 pAstNodeStmt->pExpr = NULL; /* No expression for return. */ 2368 2370 } 2369 2371 else
Note:
See TracChangeset
for help on using the changeset viewer.