On Wed, Jan 28, 2009 at 01:00:43PM -0800, Juan Lang wrote:
Hi Khaled,
+void doMirror(WCHAR* ch)
This should be static.
else if(*ch == mirrored[k].first){*ch = mirrored[k].mirror;return;}The else if block is indented one level too many.
Both fixed.
Regards, Khaled