Skip to content
Snippets Groups Projects
Commit 960cb747 authored by rswindell's avatar rswindell
Browse files

Fix typos in previous commit.

parent d5b69215
No related branches found
No related tags found
No related merge requests found
......@@ -79,12 +79,12 @@
#define JAVASCRIPT_LOAD_PATH_LIST "load_path_list"
typedef struct {
uint32 counter;
uint32 limit;
uint32 yield_interval;
uint32 gc_interval;
uint32 gc_attempts;
BOOL auto_terminate;
uint32_t counter;
uint32_t limit;
uint32_t yield_interval;
uint32_t gc_interval;
uint32_t gc_attempts;
BOOL auto_terminate;
volatile BOOL* terminated;
} js_callback_t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment