X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/542b6aa18abe9cadcf68c4a5c88bde4353e5eac9..2ad3912105483861698bdc6c0e99b0527c18c5d5:/msec.c diff --git a/msec.c b/msec.c index 2d0d85bb..9d415116 100644 --- a/msec.c +++ b/msec.c @@ -1,4 +1,4 @@ -/* $Id: msec.c,v 1.12 2014/08/10 23:54:41 schwarze Exp $ */ +/* $Id: msec.c,v 1.15 2015/10/06 18:32:19 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -32,5 +32,5 @@ mandoc_a2msec(const char *p) #include "msec.in" - return(NULL); + return NULL; }