changeset 2179:498d3807e8ac draft

Fix a warning
author Roy Marples <roy@marples.name>
date Sat, 30 Nov 2013 09:43:39 +0000
parents 918287089dff
children 3e28ffe1d00b
files if-options.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/if-options.c	Fri Nov 29 18:41:02 2013 +0000
+++ b/if-options.c	Sat Nov 30 09:43:39 2013 +0000
@@ -1416,9 +1416,10 @@
 {
 	struct if_options *ifo;
 	FILE *f;
-	char *buf, *line, *option, *p;
+	char *line, *option, *p;
 	int skip = 0, have_profile = 0;
 #ifndef EMBEDDED_CONFIG
+	char *buf;
 	const char **e;
 	size_t buflen, ol;
 #endif