comparison th_network.c @ 124:61d882a9758b

Oops, remove a lingering #endif.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 22 Jun 2014 02:49:17 +0300
parents c8584cf52c98
children 8efebf863404
comparison
equal deleted inserted replaced
123:c8584cf52c98 124:61d882a9758b
559 err = THERR_INIT_FAIL; 559 err = THERR_INIT_FAIL;
560 th_conn_err(conn, err, "wot.\n"); 560 th_conn_err(conn, err, "wot.\n");
561 goto out; 561 goto out;
562 } 562 }
563 563
564 #endif
565
566 err = THERR_OK; 564 err = THERR_OK;
567 565
568 out: 566 out:
569 th_growbuf_free(&buf); 567 th_growbuf_free(&buf);
570 return err; 568 return err;