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