From 246543094f9ee68e7fd9a9916406da3c75526f66 Mon Sep 17 00:00:00 2001 From: "Eric J. Korpela" Date: Thu, 22 Jan 2004 02:00:20 +0000 Subject: [PATCH] Fixed #elif without clause. svn path=/trunk/boinc/; revision=2917 --- client/main.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/main.C b/client/main.C index 63404800ae..8d00caf30f 100644 --- a/client/main.C +++ b/client/main.C @@ -340,7 +340,7 @@ int main(int argc, char** argv) { return iRetVal; } -#elif +#else // // For platforms other than windows just treat it as a console application