newlines at end of files

This commit is contained in:
nethack.allison
2003-02-23 14:08:54 +00:00
parent 71c62ce21c
commit f12de871f5
11 changed files with 18 additions and 7 deletions

View File

@@ -587,4 +587,5 @@ void mswin_message_window_size (HWND hWnd, LPSIZE sz)
sz->cy = sz->cy-(client_rt.bottom - client_rt.top) +
data->yChar * MSG_VISIBLE_LINES + 4;
}
}
}