diff options
Diffstat (limited to 'gisi/pipe.c')
-rw-r--r-- | gisi/pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gisi/pipe.c b/gisi/pipe.c index aebd1bf4..6070776d 100644 --- a/gisi/pipe.c +++ b/gisi/pipe.c @@ -180,7 +180,7 @@ static void g_isi_pipe_created(const GIsiMessage *msg, void *data) } if (g_isi_msg_id(msg) != PNS_PIPE_CREATE_RESP) - return; + return; if (!g_isi_msg_data_get_struct(msg, 0, (const void **) &resp, len)) return; |