diff --git a/daemon/graph.c b/daemon/graph.c index 1b738c08..61f6aaf9 100644 --- a/daemon/graph.c +++ b/daemon/graph.c @@ -2,7 +2,7 @@ /* * LADI Session Handler (ladish) * - * Copyright (C) 2008,2009,2010,2011,2012 Nedko Arnaudov + * Copyright (C) 2008,2009,2010,2011,2012,2013 Nedko Arnaudov * Copyright (C) 2008 Juuso Alasuutari * ************************************************************************** @@ -1835,7 +1835,7 @@ ladish_client_handle ladish_graph_find_client_by_app(ladish_graph_handle graph_h list_for_each(node_ptr, &graph_ptr->clients) { client_ptr = list_entry(node_ptr, struct ladish_graph_client, siblings); - if(! ladish_client_get_app(client_ptr->client, current_uuid)) + if (!ladish_client_get_app(client_ptr->client, current_uuid)) continue; if (uuid_compare(current_uuid, app_uuid) == 0)