comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2730 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-06-18 20:47:41 +00:00
parent b5aaf72b6a
commit 5290e1bc84
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
#include <sys/types.h>
#include <sys/stat.h>
/* If no snprintf() or vsnprintf(), use the versions from glib. */
/* If no snprintf() or vsnprintf(), use the versions from glib 2.x. */
#if !defined(HAVE_SNPRINTF) || !defined(HAVE_VSNPRINTF)
#include <glib.h>
#ifndef HAVE_SNPRINTF