1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

Oops - add a terminator to the array

[originally from svn r506]
This commit is contained in:
Simon Tatham 2000-06-23 10:58:17 +00:00
parent 6d6ab0cc39
commit eb79da11de

View File

@ -12,4 +12,5 @@ struct backend_list backends[] = {
{PROT_SSH, "ssh", NULL},
{PROT_TELNET, "telnet", NULL},
{PROT_RAW, "raw", NULL},
{0, NULL}
};