diff options
author | Vinson Lee <[email protected]> | 2009-12-19 00:28:01 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2009-12-19 00:28:01 -0800 |
commit | d87d71036cf546488981d3bd174fde967533bad2 (patch) | |
tree | 03a6c64c410d7e1dc1c33ca632cecd38c650c2eb /progs/trivial/createwin.c | |
parent | 3340fd65fba8bbd426c5e0b74b1d8f1592b36499 (diff) |
progs/trivial: Use C-style comments.
Diffstat (limited to 'progs/trivial/createwin.c')
-rw-r--r-- | progs/trivial/createwin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/trivial/createwin.c b/progs/trivial/createwin.c index 04a088642b8..93da30ee294 100644 --- a/progs/trivial/createwin.c +++ b/progs/trivial/createwin.c @@ -116,6 +116,6 @@ int main(int argc, char **argv) glutReshapeFunc(Reshape); glutKeyboardFunc(Key); glutDisplayFunc(Draw); -// glutMainLoop(); + /* glutMainLoop(); */ return 0; } |