mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-15 10:10:19 +00:00
Fix some obvious type warnings.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user