From 5a25658811a9f39b4dbf7378ae8c149c8bef7027 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 5 Nov 2006 11:09:42 +0000 Subject: [PATCH] Silly comment typo. --- platform/win32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/win32.c b/platform/win32.c index fba20197..dd988889 100644 --- a/platform/win32.c +++ b/platform/win32.c @@ -60,7 +60,7 @@ static char *userDir = NULL; /* * Users without the platform SDK don't have this defined. The original docs * for SetFilePointer() just said to compare with 0xFFFFFFFF, so this should - * work as desired + * work as desired. */ #define PHYSFS_INVALID_SET_FILE_POINTER 0xFFFFFFFF