[Forensics-changes] [yara] 385/415: Fix wrong pragma
    Hilko Bengen 
    bengen at moszumanska.debian.org
       
    Thu Apr  3 05:43:26 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch debian
in repository yara.
commit 8b053fd4d0d45d7a6868def80b9d8c4f0522173b
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Tue Jan 28 12:06:44 2014 +0100
    Fix wrong pragma
---
 libyara/arena.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libyara/arena.c b/libyara/arena.c
index 9e9bfc4..2f6681a 100644
--- a/libyara/arena.c
+++ b/libyara/arena.c
@@ -51,7 +51,7 @@ typedef struct _ARENA_FILE_HEADER
 
 } ARENA_FILE_HEADER;
 
-#pragma pop()
+#pragma pack(pop)
 
 
 #define free_space(page) \
-- 
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