diff options
Diffstat (limited to 'caja')
-rw-r--r-- | caja/caja-engrampa.h | 4 | ||||
-rw-r--r-- | caja/engrampa-module.c | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/caja/caja-engrampa.h b/caja/caja-engrampa.h index b01fc6c..f94e455 100644 --- a/caja/caja-engrampa.h +++ b/caja/caja-engrampa.h @@ -1,6 +1,6 @@ /* * Engrampa - * + * * Copyright (C) 2004 Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or @@ -18,7 +18,7 @@ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * * Author: Paolo Bacchilega <[email protected]> - * + * */ #ifndef CAJA_RNGRAMPA_H diff --git a/caja/engrampa-module.c b/caja/engrampa-module.c index 73be1a8..cda7e43 100644 --- a/caja/engrampa-module.c +++ b/caja/engrampa-module.c @@ -1,6 +1,6 @@ /* * Engrampa - * + * * Copyright (C) 2004 Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or @@ -18,7 +18,7 @@ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * * Author: Paolo Bacchilega <[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_FR; *types = type_list; *num_types = 1; |