summaryrefslogtreecommitdiff
path: root/shared/last_error.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shared/last_error.cpp')
-rw-r--r--shared/last_error.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/last_error.cpp b/shared/last_error.cpp
index ea8345bc..57053c30 100644
--- a/shared/last_error.cpp
+++ b/shared/last_error.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 "last_error.h"
#include "string_utf8.h"
#include "i18n.h"
bgstack15