From 576be6d8f6307c9af8ede81d490582b76ff5d015 Mon Sep 17 00:00:00 2001 From: AaronShea Date: Sat, 25 Jul 2015 17:00:28 -0400 Subject: [PATCH] double ; --- Source/Blu/Private/Blu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Blu/Private/Blu.cpp b/Source/Blu/Private/Blu.cpp index 10f5a67..79de518 100644 --- a/Source/Blu/Private/Blu.cpp +++ b/Source/Blu/Private/Blu.cpp @@ -16,7 +16,7 @@ class FBlu : public IBlu #if PLATFORM_LINUX - ExecutablePath = "./blu_ue4_process";; + ExecutablePath = "./blu_ue4_process"; #endif #if PLATFORM_MAC ExecutablePath += "Mac/shipping/blu_ue4_process.app/Contents/MacOS/blu_ue4_process";