fyi : fix_wall126.h

the version on the svn mirror from last night it has a minor bug that prevents a build

....
#endif
}
#endif

should be
....
}
#endif

to close the namespace scope properly

Fixed this - but my compilers don't complain ...

Steve