summaryrefslogtreecommitdiff
path: root/library/resources.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/resources.cpp')
-rw-r--r--library/resources.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/resources.cpp b/library/resources.cpp
index 179033a7..cbfd7c06 100644
--- a/library/resources.cpp
+++ b/library/resources.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 "resources.h"
#include <wx/wfstream.h>
#include <wx/zipstrm.h>
bgstack15