mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
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…
x
Reference in New Issue
Block a user