Kaydet (Commit) 4a871040 authored tarafından Julien Nabet's avatar Julien Nabet

Fix lacking break in switch

üst 8829b7c9
......@@ -518,6 +518,7 @@ static bool isOperator( char c )
case '?':
case '$':
ret = true;
break;
default:
ret = false;
}
......
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