Fix compilation error in a recent commit
Add semicolon missing from 7a2df9534c
.
This commit is contained in:
parent
9910013c23
commit
1821a4043b
@ -524,7 +524,7 @@ extern bool IsAutomaticTest()
|
||||
|
||||
// Also recognize Travis CI environment.
|
||||
if ( !s_isAutomatic )
|
||||
s_isAutomatic = wxGetEnv("TRAVIS", NULL)
|
||||
s_isAutomatic = wxGetEnv("TRAVIS", NULL);
|
||||
}
|
||||
|
||||
return s_isAutomatic == 1;
|
||||
|
Loading…
Reference in New Issue
Block a user