Commit 2d59a4ed authored by Dafydd Harries's avatar Dafydd Harries

rename overly terse variable

darcs-hash:20070202174501-c9803-f0a56227a02f22bcf375b25596a7ec74a28b123d.gz
parent f9143ff1
...@@ -181,9 +181,9 @@ nice_agent_pop_event (NiceAgent *agent) ...@@ -181,9 +181,9 @@ nice_agent_pop_event (NiceAgent *agent)
#if 0 #if 0
static void static void
nice_agent_push_event (NiceAgent *agent, Event *ev) nice_agent_push_event (NiceAgent *agent, NiceEvent *event)
{ {
agent->events = g_slist_append (agent->events, ev); agent->events = g_slist_append (agent->events, event);
} }
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment