summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2012-04-11 17:01:17 -0700
committerChad Versace <chad.versace@linux.intel.com>2012-04-11 18:05:26 -0700
commit36cac6e2506755dedbc724bc219c1f312268a87f (patch)
tree2c0fa959c7121be8bfeb0a9e3b438231c12dc84f
parentd339a2238755c16086d54bafc24b04636b36391e (diff)
readme: Remove delimiter around example code
The delimiter was ugly and provided no additional layout cue since the code was indented anyway. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
-rw-r--r--README.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index a9f7016..b1563dd 100644
--- a/README.txt
+++ b/README.txt
@@ -61,7 +61,6 @@ example, see `/examples/gl_basic.c` [3].
[3] http://cgit.freedesktop.org/~chadversary/waffle/tree/gl_basic.c.
------------------------------
#include <waffle/waffle.h>
// Declare function pointers and enums for glClear, glClearColor.
@@ -107,7 +106,6 @@ example, see `/examples/gl_basic.c` [3].
return 0;
}
------------------------------
Installing