I am made of fail.

This commit is contained in:
JD Horelick 2010-03-23 15:21:42 -04:00
parent 5ff039e923
commit 4aa4fa57f2
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,6 @@ static struct mode_table cluster_table[] = {
{ "xline", SHARED_PXLINE },
{ "txline", SHARED_TXLINE },
{ "unxline", SHARED_UNXLINE },
{ "die", SHARED_DIE },
{ "resv", SHARED_PRESV },
{ "tresv", SHARED_TRESV },
{ "unresv", SHARED_UNRESV },
@ -378,6 +377,7 @@ static struct mode_table shared_table[] =
{ "unresv", SHARED_UNRESV },
{ "locops", SHARED_LOCOPS },
{ "rehash", SHARED_REHASH },
{ "die", SHARED_DIE },
{ "all", SHARED_ALL },
{ "none", 0 },
{NULL, 0}