[Forensics-changes] [yara] 149/160: Add missing #endif directive
Hilko Bengen
bengen at moszumanska.debian.org
Sat Jul 1 10:29:28 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 e6604b68bce66f54c50b2958b4c72220da19fc82
Author: Victor M. Alvarez <plusvic at gmail.com>
Date: Thu Jun 4 18:52:09 2015 +0200
Add missing #endif directive
---
libyara/re_lexer.l | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libyara/re_lexer.l b/libyara/re_lexer.l
index eaeccdb..a6d2260 100644
--- a/libyara/re_lexer.l
+++ b/libyara/re_lexer.l
@@ -29,7 +29,7 @@ with noyywrap then we can remove this pragma.
#ifdef __GNUC__
#pragma GCC diagnostic ignored "-Wunused-function"
-##
+#endif
#include <assert.h>
#include <setjmp.h>
--
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