summaryrefslogtreecommitdiff
path: root/ui/search.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/search.cpp')
-rw-r--r--ui/search.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/search.cpp b/ui/search.cpp
index 7fdaec03..d0b24299 100644
--- a/ui/search.cpp
+++ b/ui/search.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 "search.h"
#include "gui_generated.h"
#include <wx/msgdlg.h>
bgstack15