From 7d393d45bdff6d0d4a4742e71d0c6997150410be Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 10 Dec 2008 10:43:57 +0000 Subject: *** empty log message *** --- mlg.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mlg.c') diff --git a/mlg.c b/mlg.c index bccde15e..c4ddf090 100644 --- a/mlg.c +++ b/mlg.c @@ -1,4 +1,4 @@ -/* $Id: mlg.c,v 1.24 2008/12/10 00:52:46 kristaps Exp $ */ +/* $Id: mlg.c,v 1.25 2008/12/10 10:43:57 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -58,7 +58,7 @@ static int mlg_roffmsg(void *arg, const char *, const char *); static int mlg_roffhead(void *, const struct tm *, const char *, const char *, - enum roffmsec, const char *); + enum roffmsec, enum roffvol); static int mlg_rofftail(void *); static int mlg_roffin(void *, int, int *, const char **); @@ -404,7 +404,7 @@ mlg_alloc(const struct md_args *args, static int mlg_roffhead(void *arg, const struct tm *tm, const char *os, - const char *title, enum roffmsec sec, const char *vol) + const char *title, enum roffmsec sec, enum roffvol vol) { struct md_mlg *p; -- cgit v1.2.3