X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=util%2Fzlib-extra.h;h=7532339b0df2000d8a70472e2107ebbf47e1669c;hb=2786aa4d548d28579c761e9358d44c84dfb29068;hp=e9925c985330073398c01b53dffcf0d6e6fc208d;hpb=ad9c2e91a012920bebfe70bc472d44678abc3259;p=notmuch diff --git a/util/zlib-extra.h b/util/zlib-extra.h index e9925c98..7532339b 100644 --- a/util/zlib-extra.h +++ b/util/zlib-extra.h @@ -30,7 +30,7 @@ gz_error_string (util_status_t status, gzFile stream); /* Call gzerror with a dummy errno argument, the docs don't promise to * support the NULL case */ const char * -gzerror_str(gzFile file); +gzerror_str (gzFile file); #ifdef __cplusplus }