diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-03-28 08:13:56 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-03-28 08:13:56 +0000 |
commit | 5c2f8d2d73283a14e84fd633a33bdf775f34895b (patch) | |
tree | e30ec4cb3c4bdc03530e0eb9bc23ed647b3f4db4 /hxtool | |
parent | 5824d65122347c0dd06074eeb42a51f0643729cb (diff) |
Fix compile problems with r6884
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6885 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hxtool')
-rw-r--r-- | hxtool | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -40,3 +40,5 @@ case "$1" in "-t") hxtotexi ;; *) exit 1 ;; esac + +exit 0 |