summaryrefslogtreecommitdiff
path: root/shared/last_error.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/last_error.h')
-rw-r--r--shared/last_error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/last_error.h b/shared/last_error.h
index b617ebf5..3e90a1a0 100644
--- a/shared/last_error.h
+++ b/shared/last_error.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 SYSTEMFUNCTIONS_H_INCLUDED
#define SYSTEMFUNCTIONS_H_INCLUDED
bgstack15