Style cleanup. Please at least try to...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28953 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2008, Haiku Inc. All rights reserved.
|
* Copyright 2008-2009, Haiku Inc. All rights reserved.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
@@ -983,7 +983,8 @@ usb_disk_ioctl(void *cookie, uint32 op, void *buffer, size_t length)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case B_GET_ICON_NAME:
|
case B_GET_ICON_NAME:
|
||||||
result = user_strlcpy((char*)buffer, "devices/drive-removable-media-usb", B_FILE_NAME_LENGTH);
|
result = user_strlcpy((char *)buffer,
|
||||||
|
"devices/drive-removable-media-usb", B_FILE_NAME_LENGTH);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case B_GET_VECTOR_ICON:
|
case B_GET_VECTOR_ICON:
|
||||||
|
|||||||
Reference in New Issue
Block a user