Index: src/libcfa/fstream
===================================================================
--- src/libcfa/fstream	(revision bb82c03bc8335801bc35bfe955fe778079574ec8)
+++ src/libcfa/fstream	(revision 3831b5813abecc8229150d82941fbccf20d2e76a)
@@ -10,6 +10,6 @@
 // Created On       : Wed May 27 17:56:53 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Thu Apr 28 08:08:04 2016
-// Update Count     : 88
+// Last Modified On : Tue Mar  7 14:48:08 2017
+// Update Count     : 91
 //
 
@@ -23,5 +23,5 @@
 	void *file;
 	_Bool sepDefault;
-	int sepOnOff;										// FIX ME: type should be _Bool
+	_Bool sepOnOff;
 	char separator[separateSize];
 }; // ofstream
@@ -32,8 +32,9 @@
 void sepReset( ofstream * );
 void sepReset( ofstream *, _Bool );
+const char * sepGet( ofstream * );
 void sepSet( ofstream *, const char * );
-const char * sepGet( ofstream * );
 _Bool sepDisable( ofstream * );
 _Bool sepEnable( ofstream * );
+
 int fail( ofstream * );
 int flush( ofstream * );
