summaryrefslogtreecommitdiff
path: root/src/config/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/config.h')
-rw-r--r--src/config/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/config.h b/src/config/config.h
index 9a8f058..3f74fc3 100644
--- a/src/config/config.h
+++ b/src/config/config.h
@@ -11,7 +11,7 @@
typedef struct config_m {
str file;
str name;
- int port;
+ str port;
int backlog;
} config_m;