Merge pull request #1025 from mfoster96/develop

Fix for issue #1024: arm-linux-androideabi-g++ Compiler Error in /cpu…
This commit is contained in:
Zhang Xianyi
2016-12-18 14:47:59 +08:00
committed by GitHub

View File

@@ -74,7 +74,7 @@ int get_feature(char *search)
fclose(infile);
if( p == NULL ) return;
if( p == NULL ) return 0;
t = strtok(p," ");
while( t = strtok(NULL," "))