From 3605f5ffca6e9020dd4d39c9a16e28d4c1bd9605 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 17 Oct 2008 16:38:23 +0000 Subject: [PATCH] minor formatting --- harbour/source/debug/debugger.prg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/harbour/source/debug/debugger.prg b/harbour/source/debug/debugger.prg index e620bd3de0..ef74f5750b 100644 --- a/harbour/source/debug/debugger.prg +++ b/harbour/source/debug/debugger.prg @@ -1317,7 +1317,7 @@ METHOD HandleEvent() CLASS HBDebugger ::aWindows[ n ]:Show( .T. ) ENDIF ::aWindows[ n ]:LDblClick( nMRow, nMCol ) - exit + EXIT ENDIF NEXT ENDIF @@ -1348,7 +1348,7 @@ METHOD HandleEvent() CLASS HBDebugger ::aWindows[ n ]:Show( .T. ) ENDIF ::aWindows[ n ]:LButtonDown( nMRow, nMCol ) - exit + EXIT ENDIF NEXT ENDIF