diff options
| author | YAMAMOTO Mitsuharu | 2012-09-20 17:35:35 +0900 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2012-09-20 17:35:35 +0900 |
| commit | d3fa327c47570a1767324d23d710504e90b083f9 (patch) | |
| tree | 52a39777fa545808b6b3589ee491916b45a50c6b /src | |
| parent | e25c1a3064f0b57848f9826cc350e2b70a21e7e4 (diff) | |
| download | emacs-d3fa327c47570a1767324d23d710504e90b083f9.tar.gz emacs-d3fa327c47570a1767324d23d710504e90b083f9.zip | |
Fix space in last commit.
Diffstat (limited to 'src')
| -rw-r--r-- | src/unexmacosx.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 623 | #endif | 623 | #endif |
| 624 | #ifdef LC_DATA_IN_CODE | 624 | #ifdef LC_DATA_IN_CODE |
| 625 | case LC_DATA_IN_CODE: | 625 | case LC_DATA_IN_CODE: |
| 626 | printf ("LC_DATA_IN_CODE"); | 626 | printf ("LC_DATA_IN_CODE "); |
| 627 | break; | 627 | break; |
| 628 | #endif | 628 | #endif |
| 629 | #ifdef LC_SOURCE_VERSION | 629 | #ifdef LC_SOURCE_VERSION |