Fix documentation of of chr's equivalent directive ZEB-672
[idzebra-moved-to-github.git] / bfile / cfile.h
index 741ecbc..a658987 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of the Zebra server.
-   Copyright (C) 1994-2009 Index Data
+   Copyright (C) Index Data
 
 Zebra is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
@@ -68,7 +68,7 @@ struct CFile_head {
 typedef struct CFile_struct
 {
     struct CFile_head head;
-    
+
     MFile block_mf;  /**< block meta file */
     MFile hash_mf;   /**< hash or index file (depending on state) */
     zint *array;     /**< array for hash */