X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=util%2Fzlib-extra.h;fp=util%2Fzlib-extra.h;h=7532339b0df2000d8a70472e2107ebbf47e1669c;hp=e9925c985330073398c01b53dffcf0d6e6fc208d;hb=0756d2587220898bdeec2067363a74629411093b;hpb=8aeba1228ace947c1b689ae6ae08db5d53755917 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 }