SCP: Add missing comment update to MTAB structure
This commit is contained in:
parent
af58efe67a
commit
f56753162b
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue