mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bug #938
- Fixed incorrect return type. Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
parent
9c641fd778
commit
25a1b89156
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ bool json::object::parse_pair (
|
||||||
throw format (STRING_JSON_MISSING_COLON, (int) n.cursor ());
|
throw format (STRING_JSON_MISSING_COLON, (int) n.cursor ());
|
||||||
}
|
}
|
||||||
|
|
||||||
return NULL;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue