[Genabel-commits] r1456 - pkg/filevector/fvlib
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Dec 9 01:05:08 CET 2013
Author: lckarssen
Date: 2013-12-09 01:05:07 +0100 (Mon, 09 Dec 2013)
New Revision: 1456
Modified:
pkg/filevector/fvlib/frutil.h
Log:
In filevector/fvlib: one file that was missing from the previous commit...
Modified: pkg/filevector/fvlib/frutil.h
===================================================================
--- pkg/filevector/fvlib/frutil.h 2013-12-09 00:02:51 UTC (rev 1455)
+++ pkg/filevector/fvlib/frutil.h 2013-12-09 00:05:07 UTC (rev 1456)
@@ -15,7 +15,7 @@
class FixedChar
{
-public:
+ public:
FixedChar(){
memset(name,0xab,NAMELENGTH);
};
@@ -35,7 +35,7 @@
class FileHeader
{
-public:
+ public:
unsigned short int type;
// should change that to long!!!
unsigned int nelements;
More information about the Genabel-commits
mailing list