Lib/FCGI: fix broken build introduced by 67b5f98

Thanks Travis-CI.
This commit is contained in:
Christian Beer 2016-09-12 08:30:01 +02:00
parent d271e40a97
commit 2715c5b8a7
1 changed files with 1 additions and 1 deletions

View File

@ -276,8 +276,8 @@ void COPROCS::write_xml(MIOFILE& mf, bool scheduler_rpc) {
}
mf.printf(" </coprocs>\n");
#endif
}
#endif
void COPROC_NVIDIA::description(char* buf, int buflen) {
char vers[256], cuda_vers[256];