Fix an incomplete null structure spec in Python readline suppression module.
authorTodd Fiala <todd.fiala@gmail.com>
Thu, 26 Jun 2014 22:35:36 +0000 (22:35 +0000)
committerTodd Fiala <todd.fiala@gmail.com>
Thu, 26 Jun 2014 22:35:36 +0000 (22:35 +0000)
commit34413ec640d6db966a389e5f39fb157287d84f58
tree18ce6f6eac16fe478f5e79855e0eea3fee299ee9
parentca38fdc1821d53372ca1bc02a62f07dd9b2ea67c
Fix an incomplete null structure spec in Python readline suppression module.

Now that I'm building Linux with clang, I'm seeing more clang warnings.
This fills in some extra fields missing in the final end-of-structure-array
marker.

llvm-svn: 211812
lldb/scripts/Python/modules/readline/readline.cpp