diff options
Diffstat (limited to 'tests/ner.c')
| -rw-r--r-- | tests/ner.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ner.c b/tests/ner.c index ca615d0..b83ccf3 100644 --- a/tests/ner.c +++ b/tests/ner.c @@ -5,7 +5,7 @@  int main()  {  	struct ejit_operand operands[2] = { -		EJIT_OPERAND_GPR(0, EJIT_TYPE(long)) +		EJIT_OPERAND_GPR(0, EJIT_TYPE(long)),  		EJIT_OPERAND_GPR(1, EJIT_TYPE(long))  	};  | 
