From: sanghyeok.oh Date: Tue, 5 Mar 2019 11:29:31 +0000 (+0900) Subject: power: change to case-sensitive name X-Git-Tag: submit/tizen/20190305.120315^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b29347dab19e973a2d88353de72744a23471a06f;p=platform%2Fcore%2Fapi%2Fdevice.git power: change to case-sensitive name Change-Id: Ib3bed7d6c91fa67e4655b018c179985ed4b10f92 Signed-off-by: sanghyeok.oh --- diff --git a/src/power.c b/src/power.c index 0abfd3d..532040a 100644 --- a/src/power.c +++ b/src/power.c @@ -47,8 +47,8 @@ #define METHOD_LOCK_STATE "lockstate" #define METHOD_UNLOCK_STATE "unlockstate" #define METHOD_CHANGE_STATE "changestate" -#define METHOD_POWEROFF "Poweroff" -#define METHOD_POWEROFF_WITH_OPTION "PoweroffWithOption" +#define METHOD_POWEROFF "PowerOff" +#define METHOD_POWEROFF_WITH_OPTION "PowerOffWithOption" #define TYPE_REBOOT "reboot" #define REBOOT_REASON_NONE ""