source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Ooops...
@ 2011-11-20 15:45 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2011-11-20 15:45 UTC (permalink / raw)
  To: source

Log Message:
-----------
Ooops... tiny type error slipped in.

Modified Files:
--------------
    mdocml:
        apropos_db.c

Revision Data
-------------
Index: apropos_db.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/apropos_db.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -Lapropos_db.c -Lapropos_db.c -u -p -r1.8 -r1.9
--- apropos_db.c
+++ apropos_db.c
@@ -596,7 +596,7 @@ exprcomp(int argc, char *argv[], size_t 
  * Return the root of the expression sequence if alright.
  */
 static struct expr *
-exprexpr(int argc, char **argv, int *pos, int *lvl, size_t *tt)
+exprexpr(int argc, char *argv[], int *pos, int *lvl, size_t *tt)
 {
 	struct expr	*e, *first, *next;
 	int		 log;
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-20 15:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-20 15:45 mdocml: Ooops kristaps

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).