Browse Source

Sorry, I forgot a semi-colan

MissValeska 10 years ago
parent
commit
d585116c1c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/inet.c

+ 1
- 1
src/inet.c View File

@@ -1084,7 +1084,7 @@ ssize_t inet_sendto(int s, const void *msg, size_t len, int flags,
1084 1084
                                     if(bytesleft > 64000) {
1085 1085
                                         inet_sendto(s, msg, 64000, flags, to, tolen);
1086 1086
                                         bytesleft -= 64000;
1087
-                                        msg += 64000
1087
+                                        msg += 64000;
1088 1088
                                         //err=inet_sendto(s, ((const char *)msg+(len/2)),
1089 1089
                                                  //len-(len/2), flags, to, tolen);
1090 1090
                                     }

Loading…
Cancel
Save