From 789987b247477c6a18cd993ceeabd3b165f2ab1b Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 9 Jan 2020 17:12:03 -0800 Subject: [PATCH] README.md: minor edit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a79e9d68..361797a9 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ PBot supports [several shells and languages](doc/Factoids.md#supported-languages PBot has extensive support for the C programming language. For instance, the C programming language plugin is integrated with the GNU Debugger. It will print useful debugging information. - !cc char *p = 0; *p++; + !cc char *p = 0; *p = 1; runtime error: store to null pointer of type 'char' Program received signal SIGSEGV, Segmentation fault at statement: *p = 1;