SCP: Add missing comment update to MTAB structure

This commit is contained in:
Mark Pizzolato 2019-10-28 17:21:06 -07:00
parent af58efe67a
commit f56753162b

View file

@ -749,8 +749,8 @@ struct MTAB {
t_stat (*disp)(FILE *st, UNIT *up, int32 v, CONST void *dp); t_stat (*disp)(FILE *st, UNIT *up, int32 v, CONST void *dp);
/* display routine */ /* display routine */
void *desc; /* value descriptor */ void *desc; /* value descriptor */
/* REG * if MTAB_VAL */ /* pointer to something needed by */
/* int * if not */ /* the validation and/or display routines */
const char *help; /* help string */ const char *help; /* help string */
}; };