summaryrefslogtreecommitdiff
path: root/library/error_log.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/error_log.cpp')
-rw-r--r--library/error_log.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/error_log.cpp b/library/error_log.cpp
index eef8572a..28819f40 100644
--- a/library/error_log.cpp
+++ b/library/error_log.cpp
@@ -3,7 +3,7 @@
// * GNU General Public License: http://www.gnu.org/licenses/gpl.html *
// * Copyright (C) 2008-2011 ZenJu (zhnmju123 AT gmx.de) *
// **************************************************************************
-//
+
#include "error_log.h"
#include <wx/datetime.h>
#include "../shared/i18n.h"
bgstack15