]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: silence gettext warning
authorEric Blake <eblake@redhat.com>
Wed, 13 Jun 2012 03:46:36 +0000 (21:46 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 13 Jun 2012 03:46:36 +0000 (21:46 -0600)
commit78d078c8241cb54b72ccfe58ae095a0a425f784a
tree7c226c9db06229a1ac7d9a86e327314d629a8536
parentf5d61d397edac54a602836f312f23b4f6f0bd718
build: silence gettext warning

Otherwise, 'make dist' gives multiple warnings like:

libvirt.pot:20814: warning: internationalized messages should not contain the `\r' escape sequence

* tools/virsh.c (vshAskReedit): Avoid \r in _().
tools/virsh.c