[Forensics-changes] [yara] 123/160: Missing close parenthesis

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:29:25 UTC 2017


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag v3.4.0
in repository yara.

commit 6bec4f470bc41eb3848f0492990eab9c3e9696f5
Author: Andy Wick <awick at purple.org>
Date:   Mon May 11 14:14:38 2015 -0400

    Missing close parenthesis
---
 libyara/include/yara/libyara.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libyara/include/yara/libyara.h b/libyara/include/yara/libyara.h
index 4ca5fdb..64d57fd 100644
--- a/libyara/include/yara/libyara.h
+++ b/libyara/include/yara/libyara.h
@@ -29,7 +29,7 @@ limitations under the License.
 // Version as a single 4-byte hex number, e.g. 0x030401 == 3.4.1.
 #define YR_VERSION_HEX ((YR_MAJOR_VERSION << 16) | \
     (YR_MINOR_VERSION << 8) | \
-    (YR_MICRO_VERSION << 0)
+    (YR_MICRO_VERSION << 0))
 
 
 YR_API int yr_initialize(void);

-- 
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