]> Nishi Git Mirror - gwion.git/commitdiff
semicolon consistency
authorJérémie Astor <fennecdjay@gmail.com>
Mon, 26 Apr 2021 15:59:21 +0000 (17:59 +0200)
committerJérémie Astor <fennecdjay@gmail.com>
Mon, 26 Apr 2021 15:59:21 +0000 (17:59 +0200)
docs/Contributing/Plugins/introduction.mdr

index 0cf35c2367e1853e11d0bc8bde524a9e284408bd..d2179ce94fcc0b587f3414bad24dc910c1bae59d 100644 (file)
@@ -107,7 +107,7 @@ Looks like we are good to go! Let's compile...and:
 ```
 adder.c: In function 'import':
 adder.c:22:28: error: 'adder_add' undeclared (first use in this function)
-   22 |   GWI_BB(gwi_func_end(gwi, adder_add, ae_flag_static))
+   22 |   GWI_BB(gwi_func_end(gwi, adder_add, ae_flag_static));
       |                            ^~~~~~~~~
 ```