| Message ID | 20201020091505.138898-7-hiroh@chromium.org |
|---|---|
| State | Accepted |
| Commit | 766eae45321cecc0ac39dd3219826b111290575b |
| Headers | show |
| Series |
|
| Related | show |
diff --git a/src/ipa/raspberrypi/raspberrypi.cpp b/src/ipa/raspberrypi/raspberrypi.cpp index 48a72dd..1c255aa 100644 --- a/src/ipa/raspberrypi/raspberrypi.cpp +++ b/src/ipa/raspberrypi/raspberrypi.cpp @@ -1150,6 +1150,6 @@ struct ipa_context *ipaCreate() return new IPAInterfaceWrapper(std::make_unique<IPARPi>()); } -}; /* extern "C" */ +} /* extern "C" */ } /* namespace libcamera */