summaryrefslogtreecommitdiff
path: root/src/include/util/media-thumb-debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/util/media-thumb-debug.h')
-rwxr-xr-xsrc/include/util/media-thumb-debug.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/util/media-thumb-debug.h b/src/include/util/media-thumb-debug.h
index b88ae4f..2aa517f 100755
--- a/src/include/util/media-thumb-debug.h
+++ b/src/include/util/media-thumb-debug.h
@@ -73,10 +73,10 @@
SECURE_LOGE(FONT_COLOR_RED""fmt""FONT_COLOR_RESET, ##arg); \
} while (0)
-#define ERR_BUF_LENGHT 256
+#define ERR_BUF_LENGTH 256
#define thumb_stderror(fmt) do { \
- char thumb_stderror_buffer[ERR_BUF_LENGHT] = {0,}; \
- LOGE(FONT_COLOR_RED fmt" : standard error [%s]", strerror_r(errno, thumb_stderror_buffer, ERR_BUF_LENGHT)); \
+ char thumb_stderror_buffer[ERR_BUF_LENGTH] = {0,}; \
+ LOGE(FONT_COLOR_RED fmt" : standard error [%s]", strerror_r(errno, thumb_stderror_buffer, ERR_BUF_LENGTH)); \
} while (0)
#define thumb_retm_if(expr, fmt, arg...) do { \