From 5434b42adb48bdaa13a38c9d677698dd54affc5b Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 3 Nov 2008 08:56:31 +0000 Subject: [PATCH] 2008-11-03 09:56 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * include/fileio.ch * Formatting. --- harbour/ChangeLog | 4 ++++ harbour/include/fileio.ch | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 52dd5008ec..ff5cb54544 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2008-11-03 09:56 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * include/fileio.ch + * Formatting. + 2008-11-03 08:57 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * common.mak * source/codepage/Makefile diff --git a/harbour/include/fileio.ch b/harbour/include/fileio.ch index c93f550254..0864b22f4f 100644 --- a/harbour/include/fileio.ch +++ b/harbour/include/fileio.ch @@ -67,9 +67,9 @@ #define FO_READWRITE 2 /* File is opened for reading and writing */ /* File open flags */ -#define FO_CREAT 0x0100 /* create and open file */ -#define FO_TRUNC 0x0200 /* open with truncation */ -#define FO_EXCL 0x0400 /* create and open only if file doesn't exist */ +#define FO_CREAT 0x0100 /* create and open file */ +#define FO_TRUNC 0x0200 /* open with truncation */ +#define FO_EXCL 0x0400 /* create and open only if file doesn't exist */ /* File sharing flags */ #define FO_COMPAT 0 /* No sharing specified */