Fix a typo.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39924 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz
2010-12-23 21:45:17 +00:00
parent cac8f7d4d3
commit 3a8bae7cf2
+1 -1
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 contol id's */
B_DEVICE_OP_CODES_END = 9999 /* end of Be-defined control id's */
};
/* B_GET_GEOMETRY data structure */