1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

Small cosmetic output alignment.

This commit is contained in:
Con Kolivas 2012-04-28 09:19:32 +10:00
parent 669b0deda3
commit 7b370bb2e7

View File

@ -1685,7 +1685,7 @@ static bool submit_upstream_work(const struct work *work)
char reason[32];
if (total_pools > 1)
sprintf(where, " pool %d", work->pool->pool_no);
sprintf(where, "pool %d", work->pool->pool_no);
else
strcpy(where, "");