fix maxnetnodesconst linker error - no need for typename, certainly no need as variable

This commit is contained in:
Stefan Bühler 2021-09-15 15:13:59 +02:00
parent 38de80b9f1
commit 7d143c4940
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
enum {
MAXNETNODES = 8
} maxnetnodesconst;
};
struct netnode {
struct sockaddr_in netname;