Skip to content
Snippets Groups Projects
Commit 8e2c9c9a authored by rswindell's avatar rswindell
Browse files

Fixed bcc warning: Both return and return with a value used in function ugetstr

parent c843d27e
No related branches found
No related tags found
No related merge requests found
......@@ -1287,7 +1287,7 @@ int ugetstr(int left, int top, int width, char *outstr, int max, long mode, int
cprintf("UIFC line %d: error allocating %u bytes\r\n"
,__LINE__,(max+1));
_setcursortype(cursor);
return;
return(-1);
}
gotoxy(left,top);
cursor=_NORMALCURSOR;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment