From: Michael Schroeder Date: Wed, 19 Apr 2017 07:59:47 +0000 (+0200) Subject: Format REL_ERROR as X-Git-Tag: 0.6.27~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2760b97023443b1367a317a8b82a4985856abeea;p=thirdparty%2Flibsolv.git Format REL_ERROR as --- diff --git a/ext/testcase.c b/ext/testcase.c index df7dc2b0..30ac4a0a 100644 --- a/ext/testcase.c +++ b/ext/testcase.c @@ -385,6 +385,7 @@ struct oplist { { REL_COMPAT, "compat >=" }, { REL_KIND, "" }, { REL_ELSE, "" }, + { REL_ERROR, "" }, { REL_LT, "<" }, { 0, 0 } };