Indented with src/scripts/indent-emp.
This commit is contained in:
parent
5f263a7753
commit
9b7adfbecc
437 changed files with 52211 additions and 51052 deletions
|
@ -38,14 +38,14 @@
|
|||
#include "proto.h"
|
||||
|
||||
struct fn fnlist[] = {
|
||||
{ NULL, "user", USER,},
|
||||
{ NULL, "coun", COUN,},
|
||||
{ NULL, "quit", QUIT,},
|
||||
{ NULL, "pass", PASS,},
|
||||
{ NULL, "play", PLAY,},
|
||||
{ NULL, "list", LIST,},
|
||||
{ NULL, "cmd", CMD,},
|
||||
{ NULL, "ctld", CTLD,},
|
||||
{ NULL, "kill", KILL,},
|
||||
{ NULL, "", 0,},
|
||||
{NULL, "user", USER,},
|
||||
{NULL, "coun", COUN,},
|
||||
{NULL, "quit", QUIT,},
|
||||
{NULL, "pass", PASS,},
|
||||
{NULL, "play", PLAY,},
|
||||
{NULL, "list", LIST,},
|
||||
{NULL, "cmd", CMD,},
|
||||
{NULL, "ctld", CTLD,},
|
||||
{NULL, "kill", KILL,},
|
||||
{NULL, "", 0,},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue