MySmartUSB-MK3-Interface

MySmartUSB MK3 Interface
git clone git://xatko.vsos.ethz.ch/MySmartUSB-MK3-Interface.git
Log | Files | Refs

commit fb9d4977ce1f554dcf2896ede836e46a48baee49
parent 0c22d67d58950da7e1991e8517ee6ed51455b9bf
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Sun, 16 Dec 2012 18:44:57 +0100

main return corrected

Diffstat:
src/msif.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/msif.c b/src/msif.c @@ -14,6 +14,5 @@ #include <common.h> #include <stdio.h> int main(int argc, char **argv){ - return engine_autorun(argc,argv); - return 0; + return (engine_autorun(argc,argv)<0); }