Browse Source

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 6 days ago
parent
commit
8d81ee3f5d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/SDL3/SDL_iostream.h

+ 1 - 1
include/SDL3/SDL_iostream.h

@@ -213,7 +213,7 @@ typedef struct SDL_IOStream SDL_IOStream;
  *   the same name already exists its content is erased and the file is
  *   the same name already exists its content is erased and the file is
  *   treated as a new empty file.
  *   treated as a new empty file.
  * - "w+x": Create an empty file for both reading and writing. If a file with
  * - "w+x": Create an empty file for both reading and writing. If a file with
- *    the same name already exists, the call fails.
+ *   the same name already exists, the call fails.
  * - "a+": Open a file for reading and appending. All writing operations are
  * - "a+": Open a file for reading and appending. All writing operations are
  *   performed at the end of the file, protecting the previous content to be
  *   performed at the end of the file, protecting the previous content to be
  *   overwritten. You can reposition (fseek, rewind) the internal pointer to
  *   overwritten. You can reposition (fseek, rewind) the internal pointer to