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

View File

@@ -8,4 +8,4 @@
int mswin_yes_no_dialog( const char *question, const char *choices, int def)
{
return '\032';
}
}

View File

@@ -726,4 +726,4 @@ int plselFinalSelection(HWND hWnd, int* selection)
}
return TRUE;
}
}

View File

@@ -82,4 +82,4 @@ PMSNHEvent mswin_input_peek()
retval = NULL;
}
return retval;
}
}

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;
}
}

View File

@@ -173,4 +173,4 @@ void mswin_status_window_size (HWND hWnd, LPSIZE sz)
SelectObject(hdc, saveFont);
ReleaseDC(hWnd, hdc);
}
}
}