From 160c07be0018fe1313efebb240e92b6cd3c993ba Mon Sep 17 00:00:00 2001 From: Solitude Date: Mon, 28 Oct 2019 16:21:10 +0200 Subject: Fix code style errors (#12545) --- compiler/evalffi.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compiler/evalffi.nim') diff --git a/compiler/evalffi.nim b/compiler/evalffi.nim index 5fac138ac..6b9346c64 100644 --- a/compiler/evalffi.nim +++ b/compiler/evalffi.nim @@ -63,9 +63,9 @@ proc importcSymbol*(conf: ConfigRef, sym: PSym): PNode = if lib != nil and lib.path.kind notin {nkStrLit..nkTripleStrLit}: globalError(conf, sym.info, "dynlib needs to be a string lit") var theAddr: pointer - if (lib.isNil or lib.kind == libHeader) and not gExehandle.isNil: + if (lib.isNil or lib.kind == libHeader) and not gExeHandle.isNil: # first try this exe itself: - theAddr = gExehandle.symAddr(name) + theAddr = gExeHandle.symAddr(name) # then try libc: if theAddr.isNil: let dllhandle = getDll(conf, gDllCache, libcDll, sym.info) -- cgit 1.4.1-2-gfad0