commit 654db574f14999797eddef08c1535af107a874f3 parent 7239a34e16252597daebec4fed1c9ca1e192b39f Author: sin <sin@2f30.org> Date: Fri, 3 Oct 2014 13:33:48 +0100 Fix broken build Diffstat:
M | ratox.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ratox.c b/ratox.c @@ -150,7 +150,7 @@ struct transfer { struct call { ToxAvCallState state; - int cnum; + int num; }; struct friend {