even more missing newlines
This commit is contained in:
@@ -8,4 +8,4 @@
|
||||
int mswin_yes_no_dialog( const char *question, const char *choices, int def)
|
||||
{
|
||||
return '\032';
|
||||
}
|
||||
}
|
||||
|
||||
@@ -726,4 +726,4 @@ int plselFinalSelection(HWND hWnd, int* selection)
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -82,4 +82,4 @@ PMSNHEvent mswin_input_peek()
|
||||
retval = NULL;
|
||||
}
|
||||
return retval;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -173,4 +173,4 @@ void mswin_status_window_size (HWND hWnd, LPSIZE sz)
|
||||
SelectObject(hdc, saveFont);
|
||||
ReleaseDC(hWnd, hdc);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user