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;