fixed the wrong positioning of #endif
This commit is contained in:
parent
3fc1b22151
commit
4a66396482
@ -561,8 +561,8 @@ int StdAwk::setioattr (
|
|||||||
ioattr->cmgr = cmgr;
|
ioattr->cmgr = cmgr;
|
||||||
qse_strxcpy (ioattr->cmgr_name, QSE_COUNTOF(ioattr->cmgr_name), ptr[2]);
|
qse_strxcpy (ioattr->cmgr_name, QSE_COUNTOF(ioattr->cmgr_name), ptr[2]);
|
||||||
return 0;
|
return 0;
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// unknown attribute name
|
// unknown attribute name
|
||||||
|
Loading…
Reference in New Issue
Block a user