diff options
Diffstat (limited to 'src/config/config.h')
| -rw-r--r-- | src/config/config.h | 2 |
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; |
