diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/core/wheel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/core/wheel.c b/src/lib/core/wheel.c index 02f74a4..96cc0cc 100644 --- a/src/lib/core/wheel.c +++ b/src/lib/core/wheel.c @@ -37,6 +37,7 @@ const char *WHEEL_META_KEY[] = { "Dynamic", "Description-Content-Type", "Description", + NULL, }; const char *WHEEL_DIST_KEY[] = { @@ -48,6 +49,7 @@ const char *WHEEL_DIST_KEY[] = { "Top-Level", "Entry-points", "Record", + NULL, }; static ssize_t wheel_parse_wheel(struct Wheel * pkg, const char * data) { |
