From 2715c5b8a7acb6be3de7b7494d13d9f851319433 Mon Sep 17 00:00:00 2001 From: Christian Beer Date: Mon, 12 Sep 2016 08:30:01 +0200 Subject: [PATCH] Lib/FCGI: fix broken build introduced by 67b5f98 Thanks Travis-CI. --- lib/coproc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/coproc.cpp b/lib/coproc.cpp index 73ecb70b9d..ee7d63e383 100644 --- a/lib/coproc.cpp +++ b/lib/coproc.cpp @@ -276,8 +276,8 @@ void COPROCS::write_xml(MIOFILE& mf, bool scheduler_rpc) { } mf.printf(" \n"); -#endif } +#endif void COPROC_NVIDIA::description(char* buf, int buflen) { char vers[256], cuda_vers[256];