[PATCH 7/265] ANSI-fied libX11

Magnus Kessler Magnus.Kessler at gmx.net
Thu Apr 26 12:20:45 PDT 2007


diff --git a/src/Bell.c b/src/Bell.c
index 8eebc6b..9b2f7ea 100644
--- a/src/Bell.c
+++ b/src/Bell.c
@@ -32,9 +32,9 @@ in this Software without prior written authorization from 
The Open Group.
 #include "Xlibint.h"
 
 int
-XBell(dpy, percent)
-    register Display *dpy;
-    int percent;
+XBell(
+    register Display *dpy,
+    int percent)
 {
     register xBellReq *req;
 



More information about the xorg mailing list