Fix type mismatch

This commit is contained in:
TingPing
2015-02-21 20:52:43 -05:00
parent c1d06c7d63
commit c36d4859d7
3 changed files with 4 additions and 4 deletions

View File

@@ -147,7 +147,7 @@ char *sysinfo_backend_get_sound(void)
char *sysinfo_backend_get_uptime(void)
{
guint64 uptime;
gint64 uptime;
if ((uptime = xs_parse_uptime ()) == 0)
{