diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-01-15 23:08:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-01-15 23:08:59 +0000 |
commit | ca0834218adf25b9cf44601400c1c4a8600d9f5f (patch) | |
tree | d03ac3be5c40f1897b2b6802fb3b1a2b0c4e7cfe /msec.c | |
parent | 0ae9da150d599305f27b737214acfa3dc181d0e8 (diff) |
Diffstat (limited to 'msec.c')
-rw-r--r-- | msec.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: msec.c,v 1.14 2014/12/21 14:14:35 schwarze Exp $ */ +/* $Id: msec.c,v 1.15 2015/10/06 18:32:19 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv> * @@ -32,5 +32,5 @@ mandoc_a2msec(const char *p) #include "msec.in" - return(NULL); + return NULL; } |