fix imaginary compiler error on psuedo-code
This commit is contained in:
parent
4d7f864495
commit
61157bb516
|
@ -54,7 +54,7 @@ KS_DECLARE(ks_status_t) function_example(somedata_t **data, ks_pool_t *pool)
|
|||
if (!pool) return KS_STATUS_FAIL;
|
||||
|
||||
for (x = 0; x < 100; x++) {
|
||||
var = += x;
|
||||
var += x;
|
||||
}
|
||||
|
||||
if (var > 20) {
|
||||
|
|
Loading…
Reference in New Issue