changeset 935:6f53d0405d58

Oops, we should return TRUE if we are successful. Fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 Nov 2012 17:40:52 +0200
parents 1b346fa44c05
children 79f20427c99d
files src/xs_backend.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xs_backend.c	Mon Nov 19 01:47:33 2012 +0200
+++ b/src/xs_backend.c	Mon Nov 19 17:40:52 2012 +0200
@@ -129,6 +129,8 @@
             size, rom->size);
         return FALSE;
     }
+
+    return TRUE;
 }