[Forensics-changes] [yara] 140/368: Fix typo
Hilko Bengen
bengen at moszumanska.debian.org
Sat Jul 1 10:30:21 UTC 2017
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag v3.5.0
in repository yara.
commit e62c768c1dd65c8a11e166f0c33fee379cb1ba3c
Author: Hilko Bengen <bengen at hilluzination.de>
Date: Sun Jan 10 00:59:23 2016 +0100
Fix typo
---
libyara/include/yara/utils.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libyara/include/yara/utils.h b/libyara/include/yara/utils.h
index b76aede..a387aa5 100644
--- a/libyara/include/yara/utils.h
+++ b/libyara/include/yara/utils.h
@@ -41,7 +41,7 @@ limitations under the License.
#elif defined(_MSC_VER)
#define YR_API EXTERNC __declspec(dllexport)
#else
-#deinfe YR_API EXTERNC
+#define YR_API EXTERNC
#endif
#define yr_min(x, y) ((x < y) ? (x) : (y))
--
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