diff options
Diffstat (limited to 'portable/asprintf.c')
-rw-r--r-- | portable/asprintf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/portable/asprintf.c b/portable/asprintf.c index 9cae827..9451795 100644 --- a/portable/asprintf.c +++ b/portable/asprintf.c @@ -1,5 +1,4 @@ -/* $Id$ - * +/* * Replacement for a missing asprintf and vasprintf. * * Provides the same functionality as the standard GNU library routines |