19.07.2016, 13:54
PHP код:
error 002: only a single statement (or expression) can follow each "case"
error 029: invalid expression, assumed zero
PHP код:
if(dialogid == DIALOG_VOZILO)
error 002: only a single statement (or expression) can follow each "case"
error 029: invalid expression, assumed zero
if(dialogid == DIALOG_VOZILO)
may be you put this statement in a switch branch you should put id out side of witch statements
|
#pragma tabsize 0