src/psl.c: Fix C99 comment to C89

This commit is contained in:
Tim Rühsen 2015-08-06 12:31:21 +02:00
parent 71835fcd44
commit 3f5e208967
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
#define countof(a) (sizeof(a)/sizeof(*(a)))
#ifndef HAVE_STRNDUP
// I found no strndup on my old SUSE 7.3 test system (gcc 2.95)
/* I found no strndup on my old SUSE 7.3 test system (gcc 2.95) */
static char *strndup(const char *s, size_t n)
{