We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c1e81 commit e2f7c40Copy full SHA for e2f7c40
include/SDL3/SDL_process.h
@@ -197,8 +197,8 @@ typedef enum SDL_ProcessIO
197
* available, and will always be 0.
198
* - `SDL_PROP_PROCESS_CREATE_CMDLINE_STRING`: a string containing the program
199
* to run and any parameters. This string is passed directly to
200
- * `CreateProcess` on Windows, and does nothing on other platforms.
201
- * This property is only important if you want to start programs that does
+ * `CreateProcess` on Windows, and does nothing on other platforms. This
+ * property is only important if you want to start programs that does
202
* non-standard command-line processing, and in most cases using
203
* `SDL_PROP_PROCESS_CREATE_ARGS_POINTER` is sufficient.
204
*
0 commit comments