diff options
Diffstat (limited to 'plugins/face')
-rw-r--r-- | plugins/face/face.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/face/face.c b/plugins/face/face.c index 2f9d1fb1c4..54010b625b 100644 --- a/plugins/face/face.c +++ b/plugins/face/face.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Author: Sankar P <psankar@novell.com> - * + * * Copyright 2004 Novell, Inc. (www.novell.com) * * This program is free software; you can redistribute it and/or modify @@ -30,7 +30,7 @@ #include <mail/em-menu.h> #include <e-util/e-error.h> -#define d(x) x +#define d(x) x void org_gnome_composer_face (EPlugin * ep, EMMenuTargetWidget * target); int e_plugin_lib_configure (EPlugin * ep); |