[ros-bugs] [Bug 2080] New: Typo In win32k/ntuser/clipboard.c and clipboard.h
ReactOS.Bugzilla at www.reactos.org
ReactOS.Bugzilla at www.reactos.org
Thu Mar 8 15:28:58 CET 2007
http://www.reactos.org/bugzilla/show_bug.cgi?id=2080
Summary: Typo In win32k/ntuser/clipboard.c and clipboard.h
Product: ReactOS
Version: TRUNK
Platform: x86 Hardware
OS/Version: ReactOS
Status: NEW
Severity: normal
Priority: P3
Component: Win32
AssignedTo: ros-bugs at reactos.org
ReportedBy: hand.of.omega at gmail.com
QAContact: ros-bugs at reactos.org
On Line 203 and 570
IntIncrementSecuenceNumber() should be
IntIncrementSequenceNumber()
On Line 1163
IntIncrementSecuenceNumber(VOID) should be
IntIncrementSequenceNumber(VOID)
Also in win32/win32k/include/clipboard.h on line 6
VOID FASTCALL IntIncrementSecuenceNumber(VOID); should be
VOID FASTCALL IntIncrementSequenceNumber(VOID);
The are the only instances I searched through the rest of the files and
everywhere else they are spelled Sequence
--
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
You are the assignee for the bug, or are watching the assignee.
More information about the Ros-bugs
mailing list