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;