summaryrefslogtreecommitdiff
path: root/library/db_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'library/db_file.h')
-rw-r--r--library/db_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/db_file.h b/library/db_file.h
index a68e6bcf..dc9eb141 100644
--- a/library/db_file.h
+++ b/library/db_file.h
@@ -3,7 +3,7 @@
// * GNU General Public License: http://www.gnu.org/licenses/gpl.html *
// * Copyright (C) 2008-2011 ZenJu (zhnmju123 AT gmx.de) *
// **************************************************************************
-//
+
#ifndef DBFILE_H_INCLUDED
#define DBFILE_H_INCLUDED
bgstack15