From ab1fd8a763fc791586f04d0d868d7b033f5dea0c Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 15 Feb 2005 22:30:28 +0000 Subject: [PATCH] Minor comment fix (stable branch backport) --- CHANGELOG | 1 + platform/pocketpc.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 06cfb3f9..1b4f1c7d 100644 --- a/CHANGELOG +++ b/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!) diff --git a/platform/pocketpc.c b/platform/pocketpc.c index ca2708b2..c13f9fc0 100644 --- a/platform/pocketpc.c +++ b/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 ... */