Browse Source

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 6 months ago
parent
commit
5f874b60a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/README-cmake.md

+ 1 - 1
docs/README-cmake.md

@@ -301,7 +301,7 @@ At the end of SDL CMake configuration, a table shows all CMake options along wit
 
 #### `SDL_LIBC=OFF` and sanitizers
 
-Building with `-DSDL_LIBC=OFF` will make it impossible to use the sanitizer, such as the address sanitizer. 
+Building with `-DSDL_LIBC=OFF` will make it impossible to use the sanitizer, such as the address sanitizer.
 Configure your project with `-DSDL_LIBC=ON` to make use of sanitizers.
 
 ## CMake FAQ