Change the NULL to a 0 since we need a uint32_t

llvm-svn: 163625
This commit is contained in:
Filipe Cabecinhas
2012-09-11 16:09:27 +00:00
parent 42b641c879
commit bc6e85cb53
7 changed files with 19 additions and 19 deletions

View File

@@ -307,7 +307,7 @@ OptionDefinition
CommandObjectFrameSelect::CommandOptions::g_option_table[] =
{
{ LLDB_OPT_SET_1, false, "relative", 'r', required_argument, NULL, 0, eArgTypeOffset, "A relative frame index offset from the current frame index."},
{ 0, false, NULL, 0, 0, NULL, NULL, eArgTypeNone, NULL }
{ 0, false, NULL, 0, 0, NULL, 0, eArgTypeNone, NULL }
};
#pragma mark CommandObjectFrameVariable