Browse Source

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 10 months ago
parent
commit
326ab439d7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      include/SDL3/SDL_main.h

+ 2 - 2
include/SDL3/SDL_main.h

@@ -27,11 +27,11 @@
  * In order to make this consistent on all platforms, the application's main()
  * In order to make this consistent on all platforms, the application's main()
  * should look like this:
  * should look like this:
  *
  *
- *  ```c
+ * ```c
  *  int main(int argc, char *argv[])
  *  int main(int argc, char *argv[])
  *  {
  *  {
  *  }
  *  }
- *  ```
+ * ```
  *
  *
  * SDL will take care of platform specific details on how it gets called.
  * SDL will take care of platform specific details on how it gets called.
  *
  *