Fix sparse warnings

These were listed in bug 623955
This commit is contained in:
Matthias Clasen
2010-07-10 17:21:32 -04:00
parent 41f4aba2d2
commit 5f1490e94a
9 changed files with 20 additions and 17 deletions

View File

@@ -285,7 +285,7 @@ gint *
g_unix_fd_message_steal_fds (GUnixFDMessage *message,
gint *length)
{
g_return_val_if_fail (G_UNIX_FD_MESSAGE (message), FALSE);
g_return_val_if_fail (G_UNIX_FD_MESSAGE (message), NULL);
return g_unix_fd_list_steal_fds (message->priv->list, length);
}