a missing comma could wreak all sorts of havoc.

svn:r1335
This commit is contained in:
Roger Dingledine 2004-03-26 18:29:05 +00:00
parent c85d45f01a
commit 4d747cd954

View File

@ -35,7 +35,7 @@ char *conn_state_to_string[][_CONN_TYPE_MAX+1] = {
{ "", /* exit, 0 */
"waiting for dest info", /* 1 */
"connecting", /* 2 */
"open" /* 3 */
"open", /* 3 */
"resolve failed" }, /* 4 */
{ "ready" }, /* app listener, 0 */
{ "", /* 0 */