Don't place tokens after #endif preprocessor directive.

Index: bsd_mouse.c
===================================================================
RCS file:
/cvs/xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_mouse.c,v
retrieving revision 1.27
diff -u -p -r1.27 bsd_mouse.c
--- bsd_mouse.c 17 Jan 2004 15:20:05 -0000      1.27
+++ bsd_mouse.c 6 Feb 2004 06:55:48 -0000
@@ -378,7 +378,7 @@ FindDevice(InputInfoPtr pInfo, const cha
     }
     return *pdev;
 }
-#endif (__OpenBSD__)
+#endif /* (__OpenBSD__) */
 
 #ifdef WSCONS_SUPPORT
 #define NUMEVENTS 64


Thanks

-- 

Tyler R. Retzlaff <[EMAIL PROTECTED]> http://www.NetBSD.org
_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to