Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
One more compiler warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 20, 2013
1 parent de7ba16 commit e4d9735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/thread/SDL_thread.c
Expand Up @@ -88,7 +88,7 @@ SDL_TLSCleanup()

storage = SDL_SYS_GetTLSData();
if (storage) {
int i;
unsigned int i;
for (i = 0; i < storage->limit; ++i) {
if (storage->array[i].destructor) {
storage->array[i].destructor(storage->array[i].data);
Expand Down

0 comments on commit e4d9735

Please sign in to comment.