mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
Use single line comment format
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user