summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/debugint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/debugger/debugint.c')
-rw-r--r--src/osd/modules/debugger/debugint.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/modules/debugger/debugint.c b/src/osd/modules/debugger/debugint.c
index 41620def623..093c3b9cf85 100644
--- a/src/osd/modules/debugger/debugint.c
+++ b/src/osd/modules/debugger/debugint.c
@@ -64,7 +64,7 @@ enum
RECT_DVIEW_TITLE,
RECT_DVIEW_HSB,
RECT_DVIEW_VSB,
- RECT_DVIEW_SIZE,
+ RECT_DVIEW_SIZE
};
enum
@@ -73,7 +73,7 @@ enum
VIEW_STATE_MOVING = 0x02,
VIEW_STATE_SIZING = 0x04,
VIEW_STATE_NEEDS_UPDATE = 0x08,
- VIEW_STATE_FOLLOW_CPU = 0x10,
+ VIEW_STATE_FOLLOW_CPU = 0x10
};
/***************************************************************************