diff --git a/README.md b/README.md index 4e1bc99..88909d8 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ This is the version that all the "commands" example are using: ``` The macro first declares the underlying C function, fills out the global variable initialization and inclues the C function, and then it sets up the signature of the function again, so that you can follow the macro with `{ ... }` the function block. ```C -MY_COMMAND_DEFINE(Foo, "Do Foo.){ +MY_COMMAND_DEFINE(Foo, "Do Foo."){ do_foo(ctx); } ``` diff --git a/build.sh b/build.sh old mode 100644 new mode 100755 diff --git a/build_ld_meta.sh b/build_ld_meta.sh old mode 100644 new mode 100755