mirror of
https://github.com/reactos/reactos.git
synced 2025-07-03 10:51:22 +00:00
Remove stray semicolons, GCC gratias.
svn path=/trunk/; revision=37835
This commit is contained in:
parent
c920f222c0
commit
774b7483da
5 changed files with 5 additions and 5 deletions
|
@ -110,7 +110,7 @@ RtlFindMessage(PVOID BaseAddress,
|
|||
DPRINT("UnicodeText: %S\n", (PWSTR)MessageEntry->Text);
|
||||
}
|
||||
|
||||
if (MessageResourceEntry != NULL);
|
||||
if (MessageResourceEntry != NULL)
|
||||
{
|
||||
*MessageResourceEntry = MessageEntry;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue