]> git.notmuchmail.org Git - notmuch/blobdiff - util/zlib-extra.c
Merge branch 'release'
[notmuch] / util / zlib-extra.c
index 2b2cd8f9bda2af8a7dd2590c0ee3dfb10b066c5d..f691cccf2a336e5f2785a5daf8da7f8cc0612a25 100644 (file)
@@ -70,13 +70,14 @@ gz_getline (void *talloc_ctx, char **bufptr, ssize_t *bytes_read, gzFile stream)
        if (buf == NULL)
            return UTIL_OUT_OF_MEMORY;
     }
- SUCCESS:
 SUCCESS:
     *bufptr = buf;
     *bytes_read = offset;
     return UTIL_SUCCESS;
 }
 
-const char *gz_error_string (util_status_t status, gzFile file)
+const char *
+gz_error_string (util_status_t status, gzFile file)
 {
     if (status == UTIL_GZERROR)
        return gzerror (file, NULL);