minor aix portability fix

This commit is contained in:
Jody Goldberg 2002-10-01 15:14:13 +00:00
parent 435b950dc1
commit 656f1dd33f

View file

@ -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;