mcabber/src/events.c
changeset 1213 4a7db2870685
parent 1205 2de8f8ba1f34
child 1414 366ef500c522
equal deleted inserted replaced
1212:3b21353e4ad3 1213:4a7db2870685
   108   if (!i) return -1;
   108   if (!i) return -1;
   109 
   109 
   110   // IQ processing
   110   // IQ processing
   111   // Note: If xml_result is NULL, this is a timeout
   111   // Note: If xml_result is NULL, this is a timeout
   112   if (i->callback)
   112   if (i->callback)
   113     (*i->callback)(i, evcontext);
   113     (void)(*i->callback)(i, evcontext);
   114 
   114 
   115   evs_del(evid);
   115   evs_del(evid);
   116   return 0;
   116   return 0;
   117 }
   117 }
   118 
   118