diff options
-rw-r--r-- | usr/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/config.h b/usr/config.h index 5b24151..d468c0a 100644 --- a/usr/config.h +++ b/usr/config.h @@ -200,7 +200,7 @@ typedef struct iface_rec { /* * This is only used for boot now, but the iser guys * can use this for their virtualization idea. - */ + */ char alias[TARGET_NAME_MAXLEN + 1]; char iname[TARGET_NAME_MAXLEN + 1]; } iface_rec_t; |