remove semicolon outside function definition

This commit is contained in:
Yuichi Nishiwaki 2015-07-13 09:15:34 +09:00
parent d1e5e81580
commit 03550bbf41
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ typedef struct pic_state pic_state;
#include "picrin/read.h"
#include "picrin/gc.h"
KHASH_DECLARE(s, const char *, pic_sym *);
KHASH_DECLARE(s, const char *, pic_sym *)
typedef struct pic_checkpoint {
PIC_OBJECT_HEADER