aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>2009-05-27 00:45:19 +0800
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>2009-05-28 00:52:08 +0800
commitc734c5e2451582a52596e44f96e617ee346b6598 (patch)
treef0b97723d2564f1fe5916971355d1d7758deebbd /src
parent3b1bbb17b9d082a2e19571e0328394c99c35bcf7 (diff)
downloadgsoc2013-empathy-c734c5e2451582a52596e44f96e617ee346b6598.tar
gsoc2013-empathy-c734c5e2451582a52596e44f96e617ee346b6598.tar.gz
gsoc2013-empathy-c734c5e2451582a52596e44f96e617ee346b6598.tar.bz2
gsoc2013-empathy-c734c5e2451582a52596e44f96e617ee346b6598.tar.lz
gsoc2013-empathy-c734c5e2451582a52596e44f96e617ee346b6598.tar.xz
gsoc2013-empathy-c734c5e2451582a52596e44f96e617ee346b6598.tar.zst
gsoc2013-empathy-c734c5e2451582a52596e44f96e617ee346b6598.zip
Fix possible compilation error
Diffstat (limited to 'src')
-rw-r--r--src/empathy-map-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-map-view.c b/src/empathy-map-view.c
index da5837e43..688195443 100644
--- a/src/empathy-map-view.c
+++ b/src/empathy-map-view.c
@@ -77,7 +77,7 @@ static gchar * get_dup_string (GHashTable *location,
gchar *key);
GtkWidget *
-empathy_map_view_show ()
+empathy_map_view_show (void)
{
static EmpathyMapView *window = NULL;
GtkBuilder *gui;