[Forensics-changes] [yara] 23/135: Fix wrong #ifdef
Hilko Bengen
bengen at moszumanska.debian.org
Sat Jul 1 10:27:28 UTC 2017
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag v3.1.0
in repository yara.
commit f0e80c75550562c0431229585dc80e73a716cbea
Author: Victor Manuel Alvarez <vmalvarez at virustotal.com>
Date: Wed May 14 12:30:02 2014 +0200
Fix wrong #ifdef
---
yara-python/yara-python.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/yara-python/yara-python.c b/yara-python/yara-python.c
index 848b07b..c192557 100644
--- a/yara-python/yara-python.c
+++ b/yara-python/yara-python.c
@@ -956,7 +956,7 @@ static PyObject * Rules_profiling_info(
PyObject *args)
{
-#if PROFILING_ENABLED
+#ifdef PROFILING_ENABLED
PyObject* object;
PyObject* result;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git
More information about the forensics-changes
mailing list