Commit 4c13e289 authored by Claes Sjofors's avatar Claes Sjofors

Arithm code, comment on last row could comment out closing parenthesis

parent 71664dd3
......@@ -1933,7 +1933,7 @@ pwr_tStatus dataarithm_convert (
break;
}
sprintf( newstr + strlen(newstr), "}\n");
sprintf( newstr + strlen(newstr), "\n}\n");
pos += strlen("}\n");
*outsize = pos;
dataa_delete_ctx( dataactx);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment