X-Git-Url: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git;a=blobdiff_plain;f=src%2Fmain.c;h=99d249e85eb1934f87e731a77f40fe352c5a6a1e;hp=89a217780d3977904e7c905bd0bf95e01ca19f49;hb=e248180cc4ebc258fdd5778a26c08287089165b1;hpb=582a4101efc09e95899926f4415960733b72e18e diff --git a/src/main.c b/src/main.c index 89a2177..99d249e 100644 --- a/src/main.c +++ b/src/main.c @@ -77,7 +77,7 @@ static void print_version() printf(_("Copyright (C) %s jeanfi@gmail.com\n" "License GPLv2: GNU GPL version 2 or later " "\n" - "This is free software: you are free to change and " + "This is free software: you are free to change and" " redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n"), "2010-2014"); @@ -219,7 +219,7 @@ gboolean ui_refresh_thread(gpointer data) #ifdef HAVE_UNITY ui_unity_launcher_entry_update(ui->sensors, !cfg->unity_launcher_count_disabled, - cfg->temperature_unit == CELCIUS); + cfg->temperature_unit == CELSIUS); #endif if (ui->graph_update_interval != cfg->graph_update_interval) { @@ -266,7 +266,7 @@ static void associate_colors(struct psensor **sensors) int i; struct color c; - for (cur = sensors, i = 0; *cur; cur++) { + for (cur = sensors, i = 0; *cur; cur++, i++) { color_set(&c, colors[i % COLORS_COUNT][0], colors[i % COLORS_COUNT][1],