changeset 368:72fbd1ee8150

Ug, missed a break statement.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 27 Apr 2003 17:05:13 +0000
parents f19440c0ff71
children 39983df2b93d
files os2/dw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/os2/dw.c	Sun Apr 27 16:56:25 2003 +0000
+++ b/os2/dw.c	Sun Apr 27 17:05:13 2003 +0000
@@ -275,7 +275,6 @@
 
 	if(hbm)
 		GpiDeleteBitmap(hbm);
-
 }
 
 /* This function removes and handlers on windows and frees
@@ -2844,6 +2843,7 @@
 	case WM_BUTTON3DBLCLK:
 		if(dw_window_get_data(hwnd, "_dw_disabled"))
 			return (MRESULT)FALSE;
+		break;
 	case WM_BUTTON1UP:
 		{
 			SignalHandler *tmp = Root;