aboutsummaryrefslogtreecommitdiffstats
path: root/snprintf.c
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1999-08-11 17:02:28 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1999-08-11 17:02:28 +0000
commit4d34c590260bb4097e4f2135922330f4bc27b62d (patch)
tree52e1599504ed9d2173fb4986c841237344066e8f /snprintf.c
parenteba3f5b76d5dfd89b1a4a62bae929bc8a02e3500 (diff)
Changed two #include <>'s to #include "" 's, for stylistic reasons only.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@471 f5534014-38df-0310-8fa8-9805f1628bb7
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"