summaryrefslogtreecommitdiff
path: root/wallpaper/caja-wallpaper-command.c
diff options
context:
space:
mode:
Diffstat (limited to 'wallpaper/caja-wallpaper-command.c')
-rw-r--r--wallpaper/caja-wallpaper-command.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/wallpaper/caja-wallpaper-command.c b/wallpaper/caja-wallpaper-command.c
index 09f63d8..9d6e3b2 100644
--- a/wallpaper/caja-wallpaper-command.c
+++ b/wallpaper/caja-wallpaper-command.c
@@ -18,7 +18,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * Authors: Adam Israel <[email protected]>
+ * Authors: Adam Israel <[email protected]>
* Stefano Karapetsas <[email protected]>
*/
@@ -39,11 +39,11 @@ 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_CWE;
*types = type_list;
*num_types = 1;