From 2a9fb70f6d62e1cf3a0bc08fa6dc89bb53310624 Mon Sep 17 00:00:00 2001 From: Jakukyo Friel Date: Fri, 14 Feb 2014 20:34:23 +0800 Subject: c: typo --- c.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c.html.markdown') diff --git a/c.html.markdown b/c.html.markdown index d7c682ad..0190125b 100644 --- a/c.html.markdown +++ b/c.html.markdown @@ -569,7 +569,7 @@ typedef void (*my_fnp_type)(char *); '\b' // backspace character '\0' // null character. Usually put at end of strings in C lang. // hello\n\0. \0 used by convention to mark end of string. -'\\' // backspace +'\\' // backslash '\?' // question mark '\'' // single quote '\"' // double quote -- cgit v1.2.3