aboutsummaryrefslogtreecommitdiffstats
path: root/snprintf.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-08-11 17:02:28 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-08-11 17:02:28 +0000
commit499eff7b0d4a7599cb0cd72a08d6a9868361c621 (patch)
tree52e1599504ed9d2173fb4986c841237344066e8f /snprintf.c
parentd42b2df23f2dcf39ffcea891c4ca6ba34d35f0fc (diff)
Changed two #include <>'s to #include "" 's, for stylistic reasons only.
svn path=/trunk/; revision=471
Diffstat (limited to 'snprintf.c')
-rw-r--r--snprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/snprintf.c b/snprintf.c
index 49656e4cbe..1c27df7cef 100644
--- a/snprintf.c
+++ b/snprintf.c
@@ -41,7 +41,7 @@
*/
#ifdef HAVE_CONFIG_H
-# include <config.h>
+# include "config.h"
#endif
#include "snprintf-imp.h"