Changeset 62265 in vbox for trunk/src/libs/xpcom18a4/xpcom
- Timestamp:
- Jul 14, 2016 6:20:55 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/typelib/xpidl/xpidl_idl.c
r29118 r62265 383 383 IDL_file_get(&scratch, (int *)&data->lineno); 384 384 fprintf(stderr, 385 "%s:% d: didn't find end of quoted include name \"%s\n",385 "%s:%u: didn't find end of quoted include name \"%s\n", 386 386 scratch, data->lineno, filename); 387 387 return -1;
Note:
See TracChangeset
for help on using the changeset viewer.