From b95f29c5cde831808507c6178c5cef63c2647912 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Thu, 12 Nov 1998 04:04:34 +0000 Subject: [PATCH] Small typo fix - Federico --- src/panel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panel.h b/src/panel.h index eb198c4c8..a68ffc028 100644 --- a/src/panel.h +++ b/src/panel.h @@ -115,7 +115,7 @@ typedef struct { void *port_ui; /* UI stuff specific to each GUI port */ -#Ifdef HAVE_GNOME +#ifdef HAVE_GNOME /* These are standard GtkWidgets */ void *xwindow; /* The toplevel window */