aboutsummaryrefslogtreecommitdiff
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
commit5c2f8d2d73283a14e84fd633a33bdf775f34895b (patch)
treee30ec4cb3c4bdc03530e0eb9bc23ed647b3f4db4 /hxtool
parent5824d65122347c0dd06074eeb42a51f0643729cb (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--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