From 4b08ccf5577ad8818dd717d1831a7eba8d83cde1 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 14 Sep 2016 03:02:04 +0200 Subject: [PATCH] Fix the return type for Mutator_set() --- data/Mutator.interface | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/Mutator.interface b/data/Mutator.interface index 7a351f7..fce3566 100644 --- a/data/Mutator.interface +++ b/data/Mutator.interface @@ -6,6 +6,6 @@ ret=STRING arg1=STRING,variable [call::set] -ret=BOOLEAN +ret=BOOL arg1=STRING,variable arg2=STRING,value