Fix example in FFI, section NPO

pull/215/head
amosonn 5 years ago committed by Alexis Beingessner
parent 1e1dd962c7
commit 4d2d275997

@ -648,7 +648,7 @@ fn main() {
And the code on the C side looks like this: And the code on the C side looks like this:
```c ```c
void register(void (*f)(void (*)(int), int)) { void register(void (*f)(int (*)(int), int)) {
... ...
} }
``` ```

Loading…
Cancel
Save