summaryrefslogtreecommitdiff
path: root/shared/com_error.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/com_error.h')
-rw-r--r--shared/com_error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/com_error.h b/shared/com_error.h
index 909e04c1..39f26555 100644
--- a/shared/com_error.h
+++ b/shared/com_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 COM_ERROR_HEADER
#define COM_ERROR_HEADER
bgstack15