summaryrefslogtreecommitdiff
path: root/library/error_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'library/error_log.h')
-rw-r--r--library/error_log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/error_log.h b/library/error_log.h
index 323a4297..f8a0c909 100644
--- a/library/error_log.h
+++ b/library/error_log.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 ERRORLOGGING_H_INCLUDED
#define ERRORLOGGING_H_INCLUDED
bgstack15