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);
|
||||
/* display routine */
|
||||
void *desc; /* value descriptor */
|
||||
/* REG * if MTAB_VAL */
|
||||
/* int * if not */
|
||||
/* pointer to something needed by */
|
||||
/* the validation and/or display routines */
|
||||
const char *help; /* help string */
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue