From cb854d1bc94e676df47f830529718e919e7cd97b Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Sun, 14 Jul 2024 20:02:23 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_camera.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/SDL3/SDL_camera.h b/include/SDL3/SDL_camera.h index 5994e9bc6..d91cb898c 100644 --- a/include/SDL3/SDL_camera.h +++ b/include/SDL3/SDL_camera.h @@ -192,10 +192,10 @@ extern SDL_DECLSPEC SDL_CameraID *SDLCALL SDL_GetCameras(int *count); * and sizes and so want to find the optimal spec that doesn't require * conversion. * - * This function isn't strictly required; if you call SDL_OpenCamera - * with a NULL spec, SDL will choose a native format for you, and if you - * instead specify a desired format, it will transparently convert to the - * requested format on your behalf. + * This function isn't strictly required; if you call SDL_OpenCamera with a + * NULL spec, SDL will choose a native format for you, and if you instead + * specify a desired format, it will transparently convert to the requested + * format on your behalf. * * If `count` is not NULL, it will be filled with the number of elements in * the returned array. Additionally, the last element of the array has all