[Xcb-commit] tutorial.mdwn
XCB site
xcb at freedesktop.org
Fri Sep 5 19:44:43 PDT 2008
tutorial.mdwn | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 230982ca230d5ff40de3b341f116c5134a3cfafc
Author: XCB site <xcb at freedesktop.org>
Date: Fri Sep 5 19:44:43 2008 -0700
web commit by jesseross
diff --git a/tutorial.mdwn b/tutorial.mdwn
index f3ca82d..805d746 100644
--- a/tutorial.mdwn
+++ b/tutorial.mdwn
@@ -362,7 +362,8 @@ Here is a small program that shows how to use this function:
#include <stdio.h>
#include <xcb/xcb.h>
- int main ()
+ int
+ main ()
{
/* Open the connection to the X server. Use the DISPLAY environment variable */
More information about the xcb-commit
mailing list