nasmlib.c: fix typo in nasm_init_malloc_error
commit16cbf9b5c24437e83362da988e5a49fd458ae6c6
authorCyrill Gorcunov <gorcunov@gmail.com>
Wed, 28 Jul 2010 19:27:11 +0000 (28 23:27 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Thu, 29 Jul 2010 15:01:34 +0000 (29 19:01 +0400)
tree41e432d5ef215adcaeb31a85f0aea1badff681cf
parentfd90ef56aeb83d445b62f21fbaba802037424775
nasmlib.c: fix typo in nasm_init_malloc_error

Typo happened in 9b603082 so -DLOGALLOC gets broken.
Not that important since this is a developer oriented
feature but should be fixed anyway.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
nasmlib.c