소스 검색

Minor comment fix (stable branch backport)

Ryan C. Gordon 21 년 전
부모
커밋
ab1fd8a763
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      CHANGELOG
  2. 1 1
      platform/pocketpc.c

+ 1 - 0
CHANGELOG

@@ -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!)

+ 1 - 1
platform/pocketpc.c

@@ -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 ... */