Closed
Bug 1116371
Opened 11 years ago
Closed 11 years ago
Correct #endif comment in BluetoothMessageUtils.h
Categories
(Firefox OS Graveyard :: Bluetooth, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ben.tian, Assigned: gioyik)
Details
(Whiteboard: [good-first-bug])
Attachments
(1 file)
|
1.38 KB,
patch
|
ben.tian
:
review+
|
Details | Diff | Splinter Review |
In [1][2],
#endif // mozilla_dom_bluetooth_ipc_bluetoothchild_h__
should be
#endif // mozilla_dom_bluetooth_ipc_bluetoothmessageutils_h__
.
[1] http://dxr.mozilla.org/mozilla-central/source/dom/bluetooth/ipc/BluetoothMessageUtils.h#33
[2] http://dxr.mozilla.org/mozilla-central/source/dom/bluetooth2/ipc/BluetoothMessageUtils.h#33
| Reporter | ||
Updated•11 years ago
|
Whiteboard: [good-first-bug]
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8543395 -
Flags: review?(btian)
| Assignee | ||
Comment 2•11 years ago
|
||
Hi Ben,
I attached a patch. Let me know if is correct or needs other changes.
Regards,
Gio
| Reporter | ||
Comment 3•11 years ago
|
||
Comment on attachment 8543395 [details] [diff] [review]
1116371.patch
Review of attachment 8543395 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM. Thanks!
Attachment #8543395 -
Flags: review?(btian) → review+
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → gioyik
Comment 4•11 years ago
|
||
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•