All include files should be semicolon-correct now
This commit is contained in:
@@ -41,4 +41,4 @@ native tickcount(&granularity=0);
|
||||
stock abs(x)
|
||||
{
|
||||
return x > 0 ? x : -x;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user