From: Rafael Garcia-Suarez Date: Sun, 28 Dec 2003 18:41:35 +0000 (+0000) Subject: Fix a little syntax error, reported by Marcus Holland-Moritz X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=05e23382578645af97ac24028ac1e015aa95cf1d;p=p5sagit%2Fp5-mst-13.2.git Fix a little syntax error, reported by Marcus Holland-Moritz p4raw-id: //depot/perl@21990 --- diff --git a/win32/win32.c b/win32/win32.c index 66ff52c..3883757 100644 --- a/win32/win32.c +++ b/win32/win32.c @@ -3207,7 +3207,7 @@ DllExport Off_t win32_tell(int fd) { #if defined(WIN64) || defined(USE_LARGE_FILES) -#if defined(__BORLANDC__) /* buk *// +#if defined(__BORLANDC__) /* buk */ LARGE_INTEGER pos; pos.QuadPart = 0; pos.LowPart = SetFilePointer(