Skip to content

Commit

Permalink
Fixed a small typo in reference code
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Aug 2, 2017
1 parent 4f7e024 commit 0572614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Manual/reference.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ IOReturn AtiBiosParser2::getOutputInformation(AtiBiosParser2 *parser, AtomConnec
IOReturn AtiBiosParser2::getConnectorFeatures(AtiBiosParser2 *parser, AtomConnectorInfo *atomcon, ModernConnector *applecon) {
if (!atomcon->usConnObjectId) {
kprintf("ATOM: %s: ASSERT(0 != objId.u16All)\n", "IOReturn AtiBiosParser2::getConnectorFeatures(AtiObjectInfoTableInterface_V2::AtomConnectorInfo &, ConnectorInfo &)");
result = kIOReturnBadArgument;
return kIOReturnBadArgument;
}

uint8_t connector = (uint8_t)atomcon->usGraphicObjIds;
Expand Down

0 comments on commit 0572614

Please sign in to comment.