even more missing newlines

This commit is contained in:
cohrs
2003-02-23 16:49:18 +00:00
parent 6fd9194698
commit ee99c8e848
5 changed files with 5 additions and 5 deletions
+1 -1
View 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;
}
}