diff options
author | Pierre-Luc Beaudoin <pierre-luc@pierlux.com> | 2009-05-27 00:45:19 +0800 |
---|---|---|
committer | Pierre-Luc Beaudoin <pierre-luc@pierlux.com> | 2009-05-28 00:52:08 +0800 |
commit | c734c5e2451582a52596e44f96e617ee346b6598 (patch) | |
tree | f0b97723d2564f1fe5916971355d1d7758deebbd /src/empathy-map-view.c | |
parent | 3b1bbb17b9d082a2e19571e0328394c99c35bcf7 (diff) | |
download | gsoc2013-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/empathy-map-view.c')
-rw-r--r-- | src/empathy-map-view.c | 2 |
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; |