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