Skip to content

Commit

Permalink
Code clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrusdaboo authored and mbert committed Jul 27, 2012
1 parent 71029ed commit 1d336b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Libraries/CICalendar
2 changes: 1 addition & 1 deletion Libraries/JX
Submodule JX updated 195 files
2 changes: 1 addition & 1 deletion Sources_Common/Utilities/bf_crlfbuf.c
Expand Up @@ -207,7 +207,7 @@ static int crlfbuffer_write(BIO *b, const char *in, int inl)


static long crlfbuffer_ctrl(BIO *b, int cmd, long num, void *ptr) static long crlfbuffer_ctrl(BIO *b, int cmd, long num, void *ptr)
{ {
long ret; long ret = 0;


if (b->next_bio == NULL) return(0); if (b->next_bio == NULL) return(0);
switch(cmd) switch(cmd)
Expand Down

0 comments on commit 1d336b0

Please sign in to comment.