From f0de0abee1c3588fbe55b17f62945edd0a493272 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 15 Sep 2016 04:04:29 +0200 Subject: [PATCH] Align the return types --- data/Shell.interface | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/Shell.interface b/data/Shell.interface index 74b68c4..984af4d 100644 --- a/data/Shell.interface +++ b/data/Shell.interface @@ -2,12 +2,12 @@ service=Shell [call::exec] -ret=UINT +ret=INT16 arg1=STRING,program arg2=STRING[],argv arg3=STRING[],envp arg4=STRING,cwd [call::run] -ret=INT8 +ret=INT16 arg1=STRING,command