Changeset 483 for OCO/trunk/drv16/init.cpp
- Timestamp:
- May 6, 2010, 3:08:34 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk/drv16/init.cpp
r259 r483 137 137 DosWrite(1, (VOID FAR*)NEWLINE, sizeof(NEWLINE)-1, &result); 138 138 DosWrite(1, (VOID FAR*)szParamError, sizeof(szParamError)-1, &result); 139 return; 139 return; 140 140 } 141 141 … … 194 194 DosWrite(1, (VOID FAR*)szAlsaError, sizeof(szAlsaError)-1, &result); 195 195 DosWrite(1, (VOID FAR*)NEWLINE, sizeof(NEWLINE)-1, &result); 196 return; 196 return; 197 197 } 198 198
Note:
See TracChangeset
for help on using the changeset viewer.