X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=util%2Fxutil.c;h=07a00343c3900f8c782c4c7778dee9abba1f3f1c;hp=ac496daf17f7c6f5f1dab6aabe8ff7e6dd8f4793;hb=b23902a61158ecdbca2d9d96c6eaf509d6e3d205;hpb=7a87830f5eb32373bc17235e9d178d383830dc64 diff --git a/util/xutil.c b/util/xutil.c index ac496daf..07a00343 100644 --- a/util/xutil.c +++ b/util/xutil.c @@ -13,7 +13,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see http://www.gnu.org/licenses/ . + * along with this program. If not, see https://www.gnu.org/licenses/ . * * Author: Carl Worth */ @@ -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; }