diff options
-rw-r--r-- | URPM.xs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,7 +28,7 @@ #undef Stat #undef Fstat -static inline void *_free(const void * p) { +static inline void *_free(const void * p) { if (p != NULL) free((void *)p); return NULL; } @@ -277,7 +277,7 @@ ranges_overlap(rpmsenseFlags aflags, char *sa, rpmsenseFlags bflags, char *sb, i } static rpmsenseFlags has_old_suggests; -rpmsenseFlags is_old_suggests(rpmsenseFlags flags) { +rpmsenseFlags is_old_suggests(rpmsenseFlags flags) { rpmsenseFlags is = flags & RPMSENSE_MISSINGOK; if (is) has_old_suggests = is; return is; |