diff options
Diffstat (limited to 'sendto/caja-sendto-module.c')
-rw-r--r-- | sendto/caja-sendto-module.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sendto/caja-sendto-module.c b/sendto/caja-sendto-module.c index f3746ff..b01377c 100644 --- a/sendto/caja-sendto-module.c +++ b/sendto/caja-sendto-module.c @@ -1,7 +1,7 @@ /* - * Caja SendTo - * - * Copyright (C) 2005 Roberto Majadas + * Caja SendTo + * + * Copyright (C) 2005 Roberto Majadas * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public @@ -18,7 +18,7 @@ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * * Author: Roberto Majadas <[email protected]> - * + * */ #include <config.h> @@ -44,12 +44,12 @@ caja_module_shutdown (void) } -void +void caja_module_list_types (const GType **types, int *num_types) { static GType type_list[1]; - + type_list[0] = CAJA_TYPE_NSTE; *types = type_list; |