From 3c78fa2f9139af4ac9e90eccc4dc4ac8f20c8ee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Dalleau?= Date: Fri, 23 Sep 2011 14:59:25 +0200 Subject: [PATCH] Minor style fix --- audio/gateway.c | 1 - 1 file changed, 1 deletion(-) diff --git a/audio/gateway.c b/audio/gateway.c index b98dfbafa..19c7ee397 100644 --- a/audio/gateway.c +++ b/audio/gateway.c @@ -755,7 +755,6 @@ struct gateway *gateway_init(struct audio_device *dev) return NULL; return g_new0(struct gateway, 1); - } gboolean gateway_is_connected(struct audio_device *dev) -- 2.47.3