fixed minor source glitches

This commit is contained in:
2012-04-30 10:03:55 +00:00
parent 31739d58f4
commit c1f46c95ff
5 changed files with 126 additions and 4 deletions

View File

@ -68,8 +68,8 @@ enum qse_tio_flag_t
QSE_TIO_NOAUTOFLUSH = (1 << 1),
/* for internal use only. */
QSE_TIO_DYNINBUF = (1 << 30),
QSE_TIO_DYNOUTBUF = (1 << 31)
QSE_TIO_DYNINBUF = (1 << 29),
QSE_TIO_DYNOUTBUF = (1 << 30)
};
enum qse_tio_misc_t