commit 5290e1bc84adbdc21159451a44c92dda03729fb1
parent b5aaf72b6a1497624210f5aec32ccd48ec5400e5
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Sat, 18 Jun 2005 20:47:41 +0000
comment fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2730 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/nano.h b/src/nano.h
@@ -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