From ab82cc63053a2f2e1ab7dc1c7a980b440a9412f8 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 2 Dec 2012 07:45:07 +0200 Subject: [PATCH] htdocs/demo/index.php: fix typo --- htdocs/demo/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/demo/index.php b/htdocs/demo/index.php index f6740e5ba..241d0fac8 100644 --- a/htdocs/demo/index.php +++ b/htdocs/demo/index.php @@ -52,7 +52,7 @@ void f()

Examples

-

This code can be copy and pasted in the edit box above.

+

This code can be copied and pasted in the edit box above.

NULL pointers

void f1(struct fred_t *p)
 {