Blob Blame History Raw
diff -up syncevolution-0.8.1a/src/client-api/src/c++/posix/http/TransportAgentFactory.cpp.build syncevolution-0.8.1a/src/client-api/src/c++/posix/http/TransportAgentFactory.cpp
--- syncevolution-0.8.1a/src/client-api/src/c++/posix/http/TransportAgentFactory.cpp.build	2009-03-26 17:26:00.000000000 +0100
+++ syncevolution-0.8.1a/src/client-api/src/c++/posix/http/TransportAgentFactory.cpp	2009-03-26 17:26:08.000000000 +0100
@@ -39,7 +39,7 @@
 #include "http/CurlTransportAgent.h"
 #elif FUN_TRANSPORT_AGENT == FUN_MAC_TRANSPORT_AGENT
 #include "http/MacTransportAgent.h"
-#elif
+#else
 #error "No Transport agent defined, cannot compile"
 #endif