Skip to content

Commit

Permalink
Minor comment fix (stable branch backport)
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 15, 2005
1 parent 73fc059 commit ab1fd8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Expand Up @@ -4,6 +4,7 @@

-- stuff in the stable-1.0 branch, backported from 2.0.0 dev branch, etc ---

02152005 - Minor comment fix in platform/pocketpc.c
01052004 - Fixed HOG archiver sorting/file lookup (thanks, Chris!)
12162004 - Fixed some documentation/header comment typos (thanks, Gaetan!)
10302004 - Fixed a strcpy that should have been a strcat. (thanks, Tolga!)
Expand Down
2 changes: 1 addition & 1 deletion platform/pocketpc.c
Expand Up @@ -675,5 +675,5 @@ PHYSFS_sint64 __PHYSFS_platformGetLastModTime(const char *fname)
BAIL_MACRO(ERR_NOT_IMPLEMENTED, -1);
} /* __PHYSFS_platformGetLastModTime */

/* end of skeleton.c ... */
/* end of pocketpc.c ... */

0 comments on commit ab1fd8a

Please sign in to comment.