summaryrefslogtreecommitdiff
path: root/hxtool
diff options
context:
space:
mode:
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2009-03-28 08:13:56 +0000
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2009-03-28 08:13:56 +0000
commit9f758688d84578ca71b37425feec5a63d2f231ba (patch)
treee30ec4cb3c4bdc03530e0eb9bc23ed647b3f4db4 /hxtool
parente9486ad84e3563d6db957ff30c4b5dd61371e87d (diff)
downloadqemu-9f758688d84578ca71b37425feec5a63d2f231ba.tar.gz
qemu-9f758688d84578ca71b37425feec5a63d2f231ba.tar.bz2
qemu-9f758688d84578ca71b37425feec5a63d2f231ba.zip
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--hxtool2
1 files changed, 2 insertions, 0 deletions
diff --git a/hxtool b/hxtool
index 2c5d773689..8dbeb76f67 100644
--- a/hxtool
+++ b/hxtool
@@ -40,3 +40,5 @@ case "$1" in
"-t") hxtotexi ;;
*) exit 1 ;;
esac
+
+exit 0