diff options
Diffstat (limited to 'image-converter/image-converter.c')
-rw-r--r-- | image-converter/image-converter.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/image-converter/image-converter.c b/image-converter/image-converter.c index c6fed17..d793ef9 100644 --- a/image-converter/image-converter.c +++ b/image-converter/image-converter.c @@ -1,6 +1,6 @@ /* * image-converter.c - * + * * Copyright (C) 2004-2005 Jürg Billeter * * 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: Jürg Billeter <[email protected]> - * + * */ #ifdef HAVE_CONFIG_H @@ -49,7 +49,7 @@ caja_module_shutdown (void) g_print ("Shutting down caja-image-converter extension\n"); } -void +void caja_module_list_types (const GType **types, int *num_types) { |