From 5517242dd09e94ea9c1cbc2aa8864c5f6c4a194c Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Wed, 30 Jul 2014 17:25:22 -0400 Subject: [PATCH] client: fix build break --- client/app_start.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/app_start.cpp b/client/app_start.cpp index dbf876aaad..26e4de784f 100644 --- a/client/app_start.cpp +++ b/client/app_start.cpp @@ -512,7 +512,7 @@ int ACTIVE_TASK::start(bool test) { unsigned int i; FILE_REF fref; FILE_INFO* fip; - int retval; + int retval, rt; APP_INIT_DATA aid; #ifdef _WIN32 bool success = false;