diff options
Diffstat (limited to 'include/exynos_gscaler.h')
-rw-r--r--[-rwxr-xr-x] | include/exynos_gscaler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/exynos_gscaler.h b/include/exynos_gscaler.h index 38b57a4..9bb8266 100755..100644 --- a/include/exynos_gscaler.h +++ b/include/exynos_gscaler.h @@ -60,8 +60,8 @@ extern "C" { #define Exynos_gsc_In() Exynos_Log(EXYNOS_DEV_LOG_DEBUG, EXYNOS_GSC_LOG_TAG, "%s In , Line: %d", __FUNCTION__, __LINE__) #define Exynos_gsc_Out() Exynos_Log(EXYNOS_DEV_LOG_DEBUG, EXYNOS_GSC_LOG_TAG, "%s Out , Line: %d", __FUNCTION__, __LINE__) #else -#define Exynos_gsc_In() ((void *)0) -#define Exynos_gsc_Out() ((void *)0) +#define Exynos_gsc_In() +#define Exynos_gsc_Out() #endif typedef struct { |