diff options
Diffstat (limited to 'portable/snprintf.c')
-rw-r--r-- | portable/snprintf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/portable/snprintf.c b/portable/snprintf.c index 3c39de8..3775b8a 100644 --- a/portable/snprintf.c +++ b/portable/snprintf.c @@ -1,5 +1,4 @@ -/* $Id$ - * +/* * Replacement for a missing snprintf or vsnprintf. * * The following implementation of snprintf was taken mostly verbatim from |