Use single line comment format

main
Sam Lantinga 2024-04-15 13:42:28 -07:00
parent 35c08c828b
commit dc13c08375
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ SDL_Finger **SDL_GetTouchFingers(SDL_TouchID touchID, int *count)
return NULL;
}
/* Create a snapshot of the current finger state */
// Create a snapshot of the current finger state
fingers = (SDL_Finger **)SDL_malloc((touch->num_fingers + 1) * sizeof(*fingers) + touch->num_fingers * sizeof(**fingers));
if (!fingers) {
return NULL;