Remove superfluous i18n marker

This commit is contained in:
Sergey Poznyakoff 2016-02-23 11:16:22 +02:00
parent 85ece41c6d
commit a38b3d7418

View file

@ -1083,7 +1083,7 @@ expvar (struct wordsplit *wsp, const char *str, size_t len,
wsp->ws_error ("%.*s: %s",
(int) i, str, ws.ws_wordv[0]);
else
wsp->ws_error (_("%.*s: %.*s"),
wsp->ws_error ("%.*s: %.*s",
(int) i, str, (int) size, defstr);
wordsplit_free (&ws);
}