]> granicus.if.org Git - nethack/commitdiff
even more missing newlines
authorcohrs <cohrs>
Sun, 23 Feb 2003 16:49:18 +0000 (16:49 +0000)
committercohrs <cohrs>
Sun, 23 Feb 2003 16:49:18 +0000 (16:49 +0000)
win/win32/mhaskyn.c
win/win32/mhdlg.c
win/win32/mhinput.c
win/win32/mhmsgwnd.c
win/win32/mhstatus.c

index 8553d9df93056820e282ee917b484283fecf5d49..81be133738a177b132f70552110b0763d475bacb 100644 (file)
@@ -8,4 +8,4 @@
 int mswin_yes_no_dialog( const char *question, const char *choices, int def)
 {
        return '\032';
-}
\ No newline at end of file
+}
index 6849e68dbc03f6ceef1b49e5345602f1db827e7e..ac1ece2de22914f3c7b03d3c6513fd0a94c1cd4b 100644 (file)
@@ -726,4 +726,4 @@ int plselFinalSelection(HWND hWnd, int* selection)
        }
 
        return TRUE;
-}
\ No newline at end of file
+}
index 7b6594d7492f46d63f154e4e554f161376872c02..77fd5eaf26edd8ebc69201b6ca387b45254dd9bf 100644 (file)
@@ -82,4 +82,4 @@ PMSNHEvent mswin_input_peek()
                retval = NULL;
        }
        return retval;
-}
\ No newline at end of file
+}
index 08149e5f1e2b7237b49c23f66acd3163df575a61..7daca460cef68377510c7e175db7c7acc2dde5ed 100644 (file)
@@ -739,4 +739,4 @@ void mswin_message_window_size (HWND hWnd, LPSIZE sz)
        GetClientRect(hWnd, &client_rt);
        sz->cy = sz->cy - (client_rt.bottom - client_rt.top) +
                         data->yChar * MSG_VISIBLE_LINES;
-}
\ No newline at end of file
+}
index 4316bd1a7a49a9f5fbbd7f284a24fadc90e44524..050b8baa1bbc584f860acd6ea1fb4af89f1f9dbc 100644 (file)
@@ -173,4 +173,4 @@ void mswin_status_window_size (HWND hWnd, LPSIZE sz)
                SelectObject(hdc, saveFont);
                ReleaseDC(hWnd, hdc);
        }
-}
\ No newline at end of file
+}