Do not build for Ubuntu raring, quantal (obsolete)
[idzebra-moved-to-github.git] / dict / close.c
index 971c2de..5cd042b 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of the Zebra server.
-   Copyright (C) 1994-2011 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
@@ -39,7 +39,7 @@ int dict_close(Dict dict)
         void *head_buf;
         dict_bf_readp(dict->dbf, 0, &head_buf);
         memcpy(head_buf, &dict->head, sizeof(dict->head));
-        dict_bf_touch(dict->dbf, 0);        
+        dict_bf_touch(dict->dbf, 0);
     }
     dict_bf_close(dict->dbf);
     xfree(dict);