From 78f805da5266f3f042605e5a36c1f38df947543c Mon Sep 17 00:00:00 2001 From: kichik Date: Mon, 2 Apr 2007 10:54:23 +0000 Subject: [PATCH] it's c, not c++ git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5032 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/bin/halibut/input.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/src/bin/halibut/input.c b/Docs/src/bin/halibut/input.c index a709a8b3..c14f10ec 100644 --- a/Docs/src/bin/halibut/input.c +++ b/Docs/src/bin/halibut/input.c @@ -440,11 +440,11 @@ token get_token(input * in) int c; int nls; token ret; - ret.cmd = c__invalid; - ret.aux = FALSE; rdstring rs = { 0, 0, NULL }; filepos cpos; + ret.cmd = c__invalid; + ret.aux = FALSE; ret.text = NULL; /* default */ c = get(in, &cpos); ret.pos = cpos;