From 656f1dd33fd705a4f4814ce0bb0f23298d3544d0 Mon Sep 17 00:00:00 2001 From: Jody Goldberg Date: Tue, 1 Oct 2002 15:14:13 +0000 Subject: [PATCH] minor aix portability fix --- control-center/capplet-dir-view.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/control-center/capplet-dir-view.h b/control-center/capplet-dir-view.h index 7fe6394cf..4fe8154e9 100644 --- a/control-center/capplet-dir-view.h +++ b/control-center/capplet-dir-view.h @@ -56,9 +56,9 @@ struct _CappletDirViewImpl typedef enum _CappletDirViewLayout { LAYOUT_NONE, - LAYOUT_ICON_LIST, + LAYOUT_ICON_LIST #ifdef USE_HTML - LAYOUT_HTML + , LAYOUT_HTML #endif } CappletDirViewLayout;