Browse Source

iostream: clarified SDL_IO_STATUS_READY documentation.

Ryan C. Gordon 10 tháng trước cách đây
mục cha
commit
8ddf05855b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      include/SDL3/SDL_iostream.h

+ 1 - 1
include/SDL3/SDL_iostream.h

@@ -52,7 +52,7 @@ extern "C" {
  */
 typedef enum SDL_IOStatus
 {
-    SDL_IO_STATUS_READY,     /**< Everything is ready (no error or EOF). */
+    SDL_IO_STATUS_READY,     /**< Everything is ready (no errors and not EOF). */
     SDL_IO_STATUS_ERROR,     /**< Read or write I/O error */
     SDL_IO_STATUS_EOF,       /**< End of file */
     SDL_IO_STATUS_NOT_READY, /**< Non blocking I/O, not ready */