source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Lint-fix for enum return (ok schwarze@).
@ 2010-05-15 17:26 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2010-05-15 17:26 UTC (permalink / raw)
  To: source

Log Message:
-----------
Lint-fix for enum return (ok schwarze@).

Modified Files:
--------------
    mdocml:
        mdoc_strings.c

Revision Data
-------------
Index: mdoc_strings.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc_strings.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -Lmdoc_strings.c -Lmdoc_strings.c -u -p -r1.20 -r1.21
--- mdoc_strings.c
+++ mdoc_strings.c
@@ -97,7 +97,7 @@ mdoc_isdelim(const char *p)
 {
 
 	if ('\0' == p[0])
-		return(0);
+		return(DELIM_NONE);
 	if ('\0' == p[1])
 		return(mdoc_iscdelim(p[0]));
 
--
 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:[~2010-05-15 17:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-15 17:26 mdocml: Lint-fix for enum return (ok schwarze@) 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).