mirror of https://github.com/BOINC/boinc.git
Fixed #elif without clause.
svn path=/trunk/boinc/; revision=2917
This commit is contained in:
parent
9210fcd933
commit
246543094f
|
@ -340,7 +340,7 @@ int main(int argc, char** argv) {
|
||||||
return iRetVal;
|
return iRetVal;
|
||||||
}
|
}
|
||||||
|
|
||||||
#elif
|
#else
|
||||||
|
|
||||||
//
|
//
|
||||||
// For platforms other than windows just treat it as a console application
|
// For platforms other than windows just treat it as a console application
|
||||||
|
|
Loading…
Reference in New Issue