From d5dbc2cdf931905a4474f7b3b3eaf4c3cb683cf9 Mon Sep 17 00:00:00 2001 From: j8takagi Date: Sat, 31 May 2014 23:08:59 +0900 Subject: [PATCH] =?utf8?q?LLVM=E3=81=A7=E7=99=BA=E7=94=9F=E3=81=97?= =?utf8?q?=E3=81=9F=E8=AD=A6=E5=91=8A=E3=82=92=E3=82=82=E3=81=A8=E3=81=AB?= =?utf8?q?=E3=82=BD=E3=83=BC=E3=82=B9=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/struct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/struct.c b/src/struct.c index 7102280..b01ffb8 100644 --- a/src/struct.c +++ b/src/struct.c @@ -198,7 +198,7 @@ bool create_code_type() const void (*getcmdptr(WORD code)) { CMDTAB *t; - const void (*ptr); + const void *ptr = NULL; for(t = code_type[hash_code(code)]; t != NULL; t = t->next) { if(code == t->cmd->code) { -- 2.18.0