From bbcf58c3c476cbff706e04295c028da8239d3e70 Mon Sep 17 00:00:00 2001 From: Klaus Ethgen Date: Sat, 27 Feb 2010 20:35:09 +0000 Subject: [PATCH] Little macro correction --- src/exif.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exif.h b/src/exif.h index 23481506..918ac5e7 100644 --- a/src/exif.h +++ b/src/exif.h @@ -27,7 +27,7 @@ #ifndef __EXIF_H #define __EXIF_H -#define EXIF_FORMATTED(x) "formatted."x +#define EXIF_FORMATTED() "formatted." #define EXIF_FORMATTED_LEN (sizeof(EXIF_FORMATTED()) - 1) /* -- 2.20.1