ipa: Omit extra semicolon
There is the unnecessary semicolon after ipaCreate() in raspberrypi.cpp. This removes it. Signed-off-by: Hirokazu Honda <hiroh@chromium.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
e04bd18589
commit
766eae4532
1 changed files with 1 additions and 1 deletions
|
@ -1150,6 +1150,6 @@ struct ipa_context *ipaCreate()
|
|||
return new IPAInterfaceWrapper(std::make_unique<IPARPi>());
|
||||
}
|
||||
|
||||
}; /* extern "C" */
|
||||
} /* extern "C" */
|
||||
|
||||
} /* namespace libcamera */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue