diff options
author | Veres Lajos <vlajos@gmail.com> | 2015-08-07 22:53:25 +0100 |
---|---|---|
committer | Veres Lajos <vlajos@gmail.com> | 2015-08-07 22:53:25 +0100 |
commit | e88fe7da23a43f7129ebf0001f22f25158c6ee4d (patch) | |
tree | e15c06267e1d4890b8b9abeafa4a78f198b0395a /dcc.c | |
parent | e11216ce7cfdd8092e724e824b04f2bee0a7e41b (diff) |
typofix - https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'dcc.c')
-rw-r--r-- | dcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -264,7 +264,7 @@ gboolean dccs_send_proto(gpointer data, gint fd, b_input_condition cond) return dcc_abort(df, "Remote end closed connection"); } - /* How likely is it that a 32-bit integer gets split accross + /* How likely is it that a 32-bit integer gets split across packet boundaries? Chances are rarely 0 so let's be sure. */ if ((df->acked_len = (df->acked_len + ret) % 4) > 0) { return TRUE; |