summaryrefslogtreecommitdiffstats
path: root/man_action.c
diff options
context:
space:
mode:
Diffstat (limited to 'man_action.c')
-rw-r--r--man_action.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/man_action.c b/man_action.c
index a86e4bfa..1d197766 100644
--- a/man_action.c
+++ b/man_action.c
@@ -62,6 +62,7 @@ const struct actions man_actions[MAN_MAX] = {
{ NULL }, /* RE */
{ NULL }, /* RS */
{ NULL }, /* DT */
+ { NULL }, /* UC */
};
static time_t man_atotime(const char *);