mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:35:41 +00:00
Fix ASSERTMSG definition and usage (which is: ASSERTMSG(Message, expression) and not the other way around, see ff542113
(v=vs.85).aspx , http://www.osronline.com/DDKx/ddtools/debugfns_41yr.htm and google...) (Part 4/4)
Everything fixed now \o/ svn path=/trunk/; revision=59511
This commit is contained in:
parent
a24ce168b5
commit
d81b4016ce
1 changed files with 1 additions and 1 deletions
|
@ -548,7 +548,7 @@ HvTrackCellRef(PHV_TRACK_CELL_REF CellRef,
|
||||||
}
|
}
|
||||||
|
|
||||||
/* FIXME: TODO */
|
/* FIXME: TODO */
|
||||||
ASSERTMSG(FALSE, "ERROR: Too many references\n");
|
ASSERTMSG("ERROR: Too many references\n", FALSE);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue