commit | 23b581a6f491e1b34fbeda48e56c1b5eb2f097af | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Tue May 04 00:52:41 2010 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Tue May 04 00:52:41 2010 +0000 |
tree | 0baa75b8acfaa2215e1c36b347723237b4b4294b | |
parent | 33e5dd8466eaea91b3d2483180c3cb43e447ba23 [diff] |
Strip out extraneous whitespace, cast a some `const char *` to `void *` when passed to free() and make a `char *` to a `const char *` as found by Clang's static analyzer.