From d3fa327c47570a1767324d23d710504e90b083f9 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Thu, 20 Sep 2012 17:35:35 +0900 Subject: [PATCH] Fix space in last commit. --- src/unexmacosx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unexmacosx.c b/src/unexmacosx.c index 4c0d962dfb3..753a15fde95 100644 --- a/src/unexmacosx.c +++ b/src/unexmacosx.c @@ -623,7 +623,7 @@ print_load_command_name (int lc) #endif #ifdef LC_DATA_IN_CODE case LC_DATA_IN_CODE: - printf ("LC_DATA_IN_CODE"); + printf ("LC_DATA_IN_CODE "); break; #endif #ifdef LC_SOURCE_VERSION -- 2.39.2