Whoops. Meant to compile that first

This commit is contained in:
Dan Hirsch 2013-03-17 22:01:54 -07:00
parent 17b03dbf4d
commit f5245eaa23
3 changed files with 10 additions and 9 deletions

View file

@ -39,7 +39,7 @@ typedef struct HSVMContext_ {
// aliased anywhere.
typedef bool (*HSVMActionFunc)(HArena *arena, HSVMContext *ctx, void* env);
typedef struct HSVMAction_ {
HSVMActionFunc action
HSVMActionFunc action;
void* env;
} HSVMAction;