Browse Source

Fix type of API prototype

pull/195/head
Sami Vaarala 10 years ago
parent
commit
43e0e11453
  1. 2
      website/api/duk_push_thread_stash.yaml

2
website/api/duk_push_thread_stash.yaml

@ -1,7 +1,7 @@
name: duk_push_thread_stash
proto: |
void duk_push_thread_stash(duk_context *ctx, duk_context *target_ctx) {
void duk_push_thread_stash(duk_context *ctx, duk_context *target_ctx);
stack: |
[ ... ] -> [ ... stash! ]

Loading…
Cancel
Save