Navigation Menu

Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Lantinga committed Apr 28, 2001
1 parent 4f5ba29 commit 0dbb9ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES
@@ -1,4 +1,8 @@

1.2.1:
Mattias Engdeg�rd - Sat Apr 28 11:30:22 PDT 2001
* Added support for loading XPM image data directly

1.2.0:
Sam Lantinga - Wed Apr 4 12:42:20 PDT 2001
* Synchronized release version with SDL 1.2.0
Expand Down
2 changes: 1 addition & 1 deletion IMG_xpm.c
Expand Up @@ -233,7 +233,7 @@ static char *error;
* If len > 0, it's assumed to be at least len chars (for efficiency).
* Return NULL and set error upon EOF or parse error.
*/
char *get_next_line(char ***lines, SDL_RWops *src, int len)
static char *get_next_line(char ***lines, SDL_RWops *src, int len)
{
if(lines) {
return *(*lines)++;
Expand Down

0 comments on commit 0dbb9ab

Please sign in to comment.