Fix "log.h:64:4: warning: backslash and newline separated by space"

git-svn-id: https://www.opensc-project.org/svnp/opensc/branches/martin/0.12@3734 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
martin 2009-09-15 07:50:46 +00:00
parent 6155ae366a
commit 0f4092f12d
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ void sc_hex_dump(struct sc_context *ctx, const u8 * buf, size_t len, char *out,
int _ret = r; \
if (ctx->debug >= level) { \
sc_do_log(ctx, SC_LOG_TYPE_DEBUG, __FILE__, __LINE__, __FUNCTION__, "returning with: %d\n", _ret); \
} \
} \
return _ret; \
} while(0)