diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2007-09-17 09:45:38 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2007-09-17 09:45:38 +0000 |
commit | 080ba9b945de53f4e7afb465e44989ee2c339e70 (patch) | |
tree | a3c43737d124524aeacfd967cf4db262d0d03d96 /usr.bin/make/var.h | |
parent | a6237e9b62bb20748d77c73b62ed87c5e10aee6f (diff) |
more zap spaces
Diffstat (limited to 'usr.bin/make/var.h')
-rw-r--r-- | usr.bin/make/var.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/var.h b/usr.bin/make/var.h index eb17b1b961d..b2e20d2ddd8 100644 --- a/usr.bin/make/var.h +++ b/usr.bin/make/var.h @@ -101,7 +101,7 @@ extern char *Var_Parse(const char *, SymTable *, bool, size_t *, bool *); /* Note that var_Error is an instance of the empty string "", so that * callers who don't care don't need to. */ -extern char var_Error[]; +extern char var_Error[]; /* ok = Var_ParseSkip(&varspec, ctxt, &ok); * Parses a variable specification and returns true if the varspec |