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

Commit e6615671 authored by James Dong's avatar James Dong
Browse files

Fixed a typo in the enum for unknown camera error message

Change-Id: Id9f8432e2ba8e1474ee020438d6456f1f450398a
parent c213b812
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ enum {

// camera fatal errors
enum {
    CAMERA_ERROR_UKNOWN  = 1,
    CAMERA_ERROR_UNKNOWN  = 1,
    CAMERA_ERROR_SERVER_DIED = 100
};