fix imaginary compiler error on psuedo-code

This commit is contained in:
Anthony Minessale 2016-12-09 14:12:35 -06:00 committed by Mike Jerris
parent 4d7f864495
commit 61157bb516
1 changed files with 1 additions and 1 deletions

View File

@ -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) {