Remove the apostrophe as pointed out by Urias.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39925 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz 2010-12-23 22:03:08 +00:00
parent 3a8bae7cf2
commit 626e25b19e

View File

@ -115,7 +115,7 @@ enum {
B_JOYSTICK_DRIVER_BASE = 8200, /* base for codes in joystick.h */
B_GRAPHIC_DRIVER_BASE = 8300, /* base for codes in graphic_driver.h */
B_DEVICE_OP_CODES_END = 9999 /* end of Be-defined control id's */
B_DEVICE_OP_CODES_END = 9999 /* end of Be-defined control ids */
};
/* B_GET_GEOMETRY data structure */