mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 04:24:43 +00:00
gdb, gdbsupport: fix all ;; instances
I forgot to fix a `;;` typo when pushing a previous patch. Fix it, and fix all the other instances I could find in the code base. Change-Id: I298f9ffb1a5157925076ef67b439579b1aeeaa2b
This commit is contained in:
@@ -183,7 +183,7 @@ xnewvar (size_t s)
|
||||
{
|
||||
static_assert (IsMallocable<T>::value, "Trying to use XNEWVAR with a \
|
||||
non-POD data type.");
|
||||
return XNEWVAR (T, s);;
|
||||
return XNEWVAR (T, s);
|
||||
}
|
||||
|
||||
#undef XNEWVAR
|
||||
|
||||
Reference in New Issue
Block a user