summaryrefslogtreecommitdiff
path: root/tutorial.mdwn
diff options
context:
space:
mode:
authorXCB site <xcb@freedesktop.org>2008-09-05 19:44:43 -0700
committerXCB site <xcb@freedesktop.org>2008-09-05 19:44:43 -0700
commit230982ca230d5ff40de3b341f116c5134a3cfafc (patch)
tree7c8709581c4f526283ed4c3140841c3dda471940 /tutorial.mdwn
parentc36c9276619c9a9449403cd342825be8292621bd (diff)
web commit by jesseross
Diffstat (limited to 'tutorial.mdwn')
-rw-r--r--tutorial.mdwn3
1 files changed, 2 insertions, 1 deletions
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 */