Skip to content

Commit

Permalink
Remove useless increment
Browse files Browse the repository at this point in the history
  • Loading branch information
yne authored and flyingmutant committed Feb 25, 2016
1 parent 009b8f8 commit 2381486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http.c
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,6 @@ char *base64_encode(const char *str)
case 0:
break;
}
buf[d++] = 0;
buf[d] = 0;
return buf;
}

0 comments on commit 2381486

Please sign in to comment.