diff options
Diffstat (limited to 'widgets/table/e-table.h')
-rw-r--r-- | widgets/table/e-table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table.h b/widgets/table/e-table.h index d288db73e0..8ffdee7771 100644 --- a/widgets/table/e-table.h +++ b/widgets/table/e-table.h @@ -55,7 +55,7 @@ typedef struct _ETableDragSourceSite ETableDragSourceSite; typedef enum { E_TABLE_CURSOR_LOC_NONE = 0, E_TABLE_CURSOR_LOC_ETCTA = 1 << 0, - E_TABLE_CURSOR_LOC_TABLE = 1 << 1, + E_TABLE_CURSOR_LOC_TABLE = 1 << 1 } ETableCursorLoc; typedef struct { |