Commit 2049cfb4 by plusvic

Fix typo

parent da5a0341
...@@ -1955,7 +1955,7 @@ static PyObject* yara_compile( ...@@ -1955,7 +1955,7 @@ static PyObject* yara_compile(
} }
else else
{ {
result = handle_error(ERROR_INSUFICIENT_MEMORY, NULL); result = handle_error(ERROR_INSUFFICIENT_MEMORY, NULL);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment