Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f651614c authored by Eino-Ville Talvala's avatar Eino-Ville Talvala
Browse files

camera.device@3.2: Add missing field name to NotifyMsg

NotifyMsg's message union isn't actually instantiated.

Test: Compiles
Bug: 30985004
Change-Id: I214045208b624a1777ec0bd4353f268e4033166a
parent fcbb5d22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -635,7 +635,7 @@ struct NotifyMsg {
         * Shutter message contents. Valid if type is MsgType::SHUTTER
         */
        ShutterMsg shutter;
    };
    } msg;

};