[hackers] [scc] [cc2] Fix typo in previous TSIZE removal commit 9fb2e7 || Quentin Rameau

From: <git_AT_suckless.org>
Date: Thu, 19 May 2016 20:29:09 +0200 (CEST)

commit 95bec877561deeb75c825e68850ec58d58c8ef8a
Author: Quentin Rameau <quinq_AT_fifth.space>
AuthorDate: Thu May 19 20:26:29 2016 +0200
Commit: Quentin Rameau <quinq_AT_fifth.space>
CommitDate: Thu May 19 20:26:29 2016 +0200

    [cc2] Fix typo in previous TSIZE removal commit 9fb2e7

diff --git a/cc2/arch/i386-sysv/code.c b/cc2/arch/i386-sysv/code.c
index 2a7cefa..c85b341 100644
--- a/cc2/arch/i386-sysv/code.c
+++ b/cc2/arch/i386-sysv/code.c
_AT_@ -162,7 +162,7 @@ label(Symbol *sym)
                 break;
         }
         if (sym->type.align != 1)
- printf("\t.align\t%lud\n", sym->type.align );
+ printf("\t.align\t%lu\n", sym->type.align );
         printf("%s:\n", name);
 }
 
Received on Thu May 19 2016 - 20:29:09 CEST

This archive was generated by hypermail 2.3.0 : Thu May 19 2016 - 20:36:13 CEST