diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-12-28 18:41:35 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-12-28 18:41:35 +0000 |
commit | 05e23382578645af97ac24028ac1e015aa95cf1d (patch) | |
tree | e6e2ff72f4cb6d73db4d584457206c70bb052d77 /win32/win32.c | |
parent | a810272a6ed1d575996a7f738dfe73d9ccdf15d5 (diff) | |
download | perl-05e23382578645af97ac24028ac1e015aa95cf1d.tar.gz |
Fix a little syntax error, reported by Marcus Holland-Moritz
p4raw-id: //depot/perl@21990
Diffstat (limited to 'win32/win32.c')
-rw-r--r-- | win32/win32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/win32.c b/win32/win32.c index 66ff52ca8e..3883757e1a 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( |