X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/483afc5a7a52b601da9e854d5645cd4b0a140184..6b4480e041335acb92e1c76c4bdc9186f5bfb0f2:/st.c diff --git a/st.c b/st.c index a0298d18..02868f08 100644 --- a/st.c +++ b/st.c @@ -1,4 +1,4 @@ -/* $Id: st.c,v 1.12 2015/04/02 21:36:51 schwarze Exp $ */ +/* $Id: st.c,v 1.13 2015/10/06 18:32:20 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -33,5 +33,5 @@ mdoc_a2st(const char *p) #include "st.in" - return(NULL); + return NULL; }