Oops - fix total idiocies in applying that patch
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 477a81e..f4944aa 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -69,7 +69,7 @@ typedef enum {
     US_NONE = 0, US_KEY = 1, US_DISP = 2, US_BOTH = 3
 } Unscroll_Trigger;
 
-GLOBAL Unscroll_trigger unscroll_event;
+GLOBAL Unscroll_Trigger unscroll_event;
 
 #define WM_NETEVENT  (WM_USER + 1)