X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=util%2Fxutil.c;h=07a00343c3900f8c782c4c7778dee9abba1f3f1c;hp=f211eaaaac5c4f6a8027fea66be985a6cf8edb7c;hb=b23902a61158ecdbca2d9d96c6eaf509d6e3d205;hpb=045f0e455ac94e2393d0d729c9bbdf3459a4860f diff --git a/util/xutil.c b/util/xutil.c index f211eaaa..07a00343 100644 --- a/util/xutil.c +++ b/util/xutil.c @@ -111,7 +111,7 @@ xregcomp (regex_t *preg, const char *regex, int cflags) regerror (rerr, preg, error, error_size); fprintf (stderr, "compiling regex %s: %s\n", - regex, error); + regex, error); free (error); return 1; }