From: David Lawrence Ramsey Date: Sat, 18 Jun 2005 20:47:41 +0000 (+0000) Subject: comment fix X-Git-Tag: v1.3.8~73 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=5290e1bc84adbdc21159451a44c92dda03729fb1;p=nano.git comment fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2730 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/nano.h b/src/nano.h index 8cd25d88..df92597c 100644 --- a/src/nano.h +++ b/src/nano.h @@ -94,7 +94,7 @@ #include #include -/* 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 #ifndef HAVE_SNPRINTF