diff options
Diffstat (limited to 'src/manager/storage.h')
-rw-r--r-- | src/manager/storage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/manager/storage.h b/src/manager/storage.h index f732eca72..6c5bea650 100644 --- a/src/manager/storage.h +++ b/src/manager/storage.h @@ -12,7 +12,7 @@ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * for more details. * - * $Id: storage.h 3589 2008-03-13 14:14:44Z martin $ + * $Id: storage.h 5003 2009-03-24 17:43:01Z martin $ */ /** @@ -66,4 +66,4 @@ struct storage_t { */ storage_t *storage_create(char *uri); -#endif /* STORAGE_H_ @} */ +#endif /** STORAGE_H_ @}*/ |