[FIX] fix build with out DEVICE_ONLY cpp flag
authorVitaliy Cherepanov <v.cherepanov@samsung.com>
Fri, 2 Aug 2013 06:56:04 +0000 (10:56 +0400)
committerVitaliy Cherepanov <v.cherepanov@samsung.com>
Fri, 2 Aug 2013 06:56:04 +0000 (10:56 +0400)
daemon/sys_stat.c

index eeb39ac..cf3478f 100644 (file)
@@ -302,7 +302,7 @@ static int init_brightness_status()
                        // do nothing
                }
        #else
-               get_file_status(&maneger.fd.brightness, EMUL_BRIGHTNESSFD);
+               get_file_status(&manager.fd.brightness, EMUL_BRIGHTNESSFD);
        #endif
 #endif // LOCALTEST
 }