Skip to content
Snippets Groups Projects
Commit 90bd120c authored by rswindell's avatar rswindell
Browse files

Fixed typo (typedef) in last commit.

parent d6349043
Branches
Tags
No related merge requests found
......@@ -76,7 +76,7 @@ struct server_ent_t {
char addr[256];
};
typdef struct {
typedef struct {
char version[78];
char tag[20];
struct server_ent_t **servers;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment