diff options
author | sin <sin@2f30.org> | 2014-09-15 12:53:21 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-09-15 12:53:21 +0100 |
commit | c40a014160d6111d0253bdbd813c770c508f91b1 (patch) | |
tree | 1e30b86b1b002bd8a1e5f9398b0381fa766a507d | |
parent | d9362d3f8d446fd130b2485e6aedd8c7cfbc3ac4 (diff) |
Fix typo
-rw-r--r-- | ratatox.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -663,7 +663,7 @@ dofriend(char *cmd, size_t sz) printf("Friend request sent\n"); break; } - davesave(); + datasave(); return 0; } |