aboutsummaryrefslogtreecommitdiff
path: root/src/include/extractor.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-11-01 09:07:35 +0100
committerChristian Grothoff <christian@grothoff.org>2017-11-01 09:07:35 +0100
commit7cc63b001ceaf81143795321379c835486d0c92e (patch)
treeb9c999bddb4ea6357aede74dc559e8ae9bdd744d /src/include/extractor.h
parentbc2a59d25b35b0e88dab8895cf70b4d18d2844fc (diff)
downloadlibextractor-7cc63b001ceaf81143795321379c835486d0c92e.tar.gz
libextractor-7cc63b001ceaf81143795321379c835486d0c92e.zip
fix misc NULL pointer exceptions
Diffstat (limited to 'src/include/extractor.h')
-rw-r--r--src/include/extractor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/extractor.h b/src/include/extractor.h
index 0325dc6..782134b 100644
--- a/src/include/extractor.h
+++ b/src/include/extractor.h
@@ -35,7 +35,7 @@ extern "C" {
35 * 0.2.6-1 => 0x00020601 35 * 0.2.6-1 => 0x00020601
36 * 4.5.2-0 => 0x04050200 36 * 4.5.2-0 => 0x04050200
37 */ 37 */
38#define EXTRACTOR_VERSION 0x01060000 38#define EXTRACTOR_VERSION 0x01060001
39 39
40#include <stdio.h> 40#include <stdio.h>
41 41