tFix typo - ratox - FIFO based tox client
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit c40a014160d6111d0253bdbd813c770c508f91b1
(DIR) parent d9362d3f8d446fd130b2485e6aedd8c7cfbc3ac4
(HTM) Author: sin <sin@2f30.org>
Date: Mon, 15 Sep 2014 12:53:21 +0100
Fix typo
Diffstat:
M ratatox.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/ratatox.c b/ratatox.c
t@@ -663,7 +663,7 @@ dofriend(char *cmd, size_t sz)
printf("Friend request sent\n");
break;
}
- davesave();
+ datasave();
return 0;
}