Commit 522d836c authored by Alexandre Julliard's avatar Alexandre Julliard

winedos: Make a function static.

parent 1ca48378
......@@ -1090,7 +1090,7 @@ void VGA_SetBright(BOOL bright)
* Select if output is enabled or disabled
* This is a property of the CGA controller
*/
void VGA_SetEnabled(BOOL enabled)
static void VGA_SetEnabled(BOOL enabled)
{
TRACE("%i\n", enabled);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment