Changeset 1398 for trunk/dll/menu.c
- Timestamp:
- Feb 21, 2009, 6:43:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/menu.c
r1395 r1398 88 88 // fixme to complain? 89 89 if (!hwndMenu) { 90 Runtime_Error(pszSrcFile, __LINE__, "no data");90 Runtime_Error(pszSrcFile, __LINE__, NULL); 91 91 return ret; 92 92 }
Note:
See TracChangeset
for help on using the changeset viewer.