xorg-x11-server/no-return-in-nonvoid-function.diff

11 lines
265 B
Diff

--- hw/kdrive/src/kdrive.c.orig 2008-06-27 19:35:41.000000000 +0000
+++ hw/kdrive/src/kdrive.c 2008-06-27 19:40:53.000000000 +0000
@@ -1397,6 +1397,7 @@ KdInitOutput (ScreenInfo *pScreenInfo
int
DPMSSet(ClientPtr client, int level)
{
+ return 0;
}
int