changeset 3162 | dc1eb82ffdaa |
parent 1895 | c121d94672cb |
child 3616 | 0aaa7f52d1c6 |
1.1 --- a/src/stdlib/SDL_qsort.c Sun May 31 11:53:12 2009 +0000 1.2 +++ b/src/stdlib/SDL_qsort.c Wed Jun 03 04:37:27 2009 +0000 1.3 @@ -60,7 +60,7 @@ 1.4 1.5 #ifndef HAVE_QSORT 1.6 1.7 -static char _ID[] = "<qsort.c gjm 1.12 1998-03-19>"; 1.8 +static const char _ID[] = "<qsort.c gjm 1.12 1998-03-19>"; 1.9 1.10 /* How many bytes are there per word? (Must be a power of 2, 1.11 * and must in fact equal sizeof(int).)