diff options
Diffstat (limited to 'man_action.c')
-rw-r--r-- | man_action.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man_action.c b/man_action.c index 1d197766..6e608310 100644 --- a/man_action.c +++ b/man_action.c @@ -63,6 +63,7 @@ const struct actions man_actions[MAN_MAX] = { { NULL }, /* RS */ { NULL }, /* DT */ { NULL }, /* UC */ + { NULL }, /* PD */ }; static time_t man_atotime(const char *); |