summaryrefslogtreecommitdiff
path: root/liblightdm-gobject
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2013-06-18 11:14:43 +1200
committerRobert Ancell <robert.ancell@canonical.com>2013-06-18 11:14:43 +1200
commit55410b446ba62d8174dfdf62cc76129d63204b73 (patch)
tree0d1cebf6940d5fe238700980ea443c2b8e5495bf /liblightdm-gobject
parent903bc143a3d4003c2bfd7143edbe135fcf38260f (diff)
downloadlightdm-55410b446ba62d8174dfdf62cc76129d63204b73.tar.gz
Fix compile warnings
Diffstat (limited to 'liblightdm-gobject')
-rw-r--r--liblightdm-gobject/greeter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/liblightdm-gobject/greeter.c b/liblightdm-gobject/greeter.c
index 1db708f2..8f90308f 100644
--- a/liblightdm-gobject/greeter.c
+++ b/liblightdm-gobject/greeter.c
@@ -119,7 +119,7 @@ timed_login_cb (gpointer data)
}
static guint32
-int_length ()
+int_length (void)
{
return 4;
}