mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-25 16:57:52 +00:00
* values.c (value_being_returned): Make error message a proper
sentence.
This commit is contained in:
@@ -1388,7 +1388,7 @@ value_being_returned (struct type *valtype, char *retbuf, int struct_return)
|
||||
{
|
||||
addr = EXTRACT_STRUCT_VALUE_ADDRESS (retbuf);
|
||||
if (!addr)
|
||||
error ("Function return value unknown");
|
||||
error ("Function return value unknown.");
|
||||
return value_at (valtype, addr, NULL);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user