From 9b9ec18d690ba3072e1724064ade8f7b8b2aa019 Mon Sep 17 00:00:00 2001 From: "Eric J. Korpela" Date: Thu, 9 Aug 2012 16:23:38 +0000 Subject: [PATCH] - Fixed typo svn path=/trunk/boinc/; revision=26000 --- sched/credit.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/sched/credit.cpp b/sched/credit.cpp index 6167eadc9e..392b0ac9bb 100644 --- a/sched/credit.cpp +++ b/sched/credit.cpp @@ -238,7 +238,6 @@ int update_av_scales(SCHED_SHMEM *ssp) { int i, j, retval; log_messages.cond_printf(config.debug_credit,MSG_NORMAL, "-- updating app version scales --\n"); - } for (i=0; inapps; i++) { APP &app = ssp->apps[i]; log_messages.cond_printf(config.debug_credit,MSG_NORMAL, "app %s (%d)\n", app.name, app.id);