Fix some obvious type warnings.

This commit is contained in:
Arnavion
2014-12-04 04:06:38 -08:00
parent 3fbe5b876e
commit 8062bce835
18 changed files with 152 additions and 183 deletions

View File

@@ -557,7 +557,7 @@ static int
mg_progressbar_update (GtkWidget *bar)
{
static int type = 0;
static float pos = 0;
static gdouble pos = 0;
pos += 0.05;
if (pos >= 0.99)