changeset 2507:4b45e888eb10

Add missing comma to the enum.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 06 May 2021 23:22:10 +0000
parents fa976a5bc7bd
children cb795bba48a4
files dw.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dw.h	Thu May 06 23:19:46 2021 +0000
+++ b/dw.h	Thu May 06 23:22:10 2021 +0000
@@ -1763,7 +1763,7 @@
     DW_FEATURE_MLE_RICH_EDIT,           /* Supports Rich Edit based MLE control (Windows) */
     DW_FEATURE_TASK_BAR,                /* Supports icons in the taskbar or similar system widget */
     DW_FEATURE_TREE,                    /* Supports the Tree Widget */
-    DW_FEATURE_WINDOW_PLACEMENT         /* Supports arbitrary window placement */
+    DW_FEATURE_WINDOW_PLACEMENT,        /* Supports arbitrary window placement */
     DW_FEATURE_MAX
 } DWFEATURE;