mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 12:30:20 +03:00
fixed build error (danjlynch, repeat: this is *not* perl, this is *not* perl...)
This commit is contained in:
@@ -172,9 +172,11 @@ int waddchnstr ( WINDOW *win, const chtype *chstr, int n ) {
|
|||||||
_advcurs_nowrap( win );
|
_advcurs_nowrap( win );
|
||||||
/* set rendition code here */
|
/* set rendition code here */
|
||||||
}
|
}
|
||||||
_restore_curs_pos( win, pos ) && return OK;
|
_restore_curs_pos( win, pos );
|
||||||
|
return OK;
|
||||||
err:
|
err:
|
||||||
_restore_curs_pos( win, pos ) && return ERR;
|
_restore_curs_pos( win, pos );
|
||||||
|
return ERR;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user