[Forensics-changes] [yara] 153/407: Add missing semicolon
Hilko Bengen
bengen at moszumanska.debian.org
Sat Jul 1 10:28:19 UTC 2017
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag v3.3.0
in repository yara.
commit deff68d804c87194b8e2ba240fa0b5200b30fb05
Author: Victor M. Alvarez <plusvic at gmail.com>
Date: Wed Oct 29 12:29:49 2014 +0100
Add missing semicolon
---
libyara/include/yara/strutils.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libyara/include/yara/strutils.h b/libyara/include/yara/strutils.h
index 14cf842..93463c0 100644
--- a/libyara/include/yara/strutils.h
+++ b/libyara/include/yara/strutils.h
@@ -55,7 +55,7 @@ void* memmem(
const void *haystack,
size_t haystack_size,
const void *needle,
- size_t needle_size)
+ size_t needle_size);
#endif
--
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