summaryrefslogtreecommitdiff
path: root/control-center
diff options
context:
space:
mode:
authorJody Goldberg <jody@src.gnome.org>2002-10-01 15:14:13 +0000
committerJody Goldberg <jody@src.gnome.org>2002-10-01 15:14:13 +0000
commit656f1dd33fd705a4f4814ce0bb0f23298d3544d0 (patch)
tree732b13f57126e80862e05d1eb2dff5fc7514affc /control-center
parent435b950dc16a2bb67b0563b3e890a39a1c79d915 (diff)
downloadgnome-control-center-656f1dd33fd705a4f4814ce0bb0f23298d3544d0.tar.gz
minor aix portability fix
Diffstat (limited to 'control-center')
-rw-r--r--control-center/capplet-dir-view.h4
1 files 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;