(wrong string) ée

From: <git_AT_suckless.org>
Date: Wed, 4 May 2016 14:33:56 +0200 (CEST)

commit 49ba96599a73ab591d1d9978d13eeb856f256de7
Author: Mattias Andrée <maandree_AT_kth.se>
AuthorDate: Wed May 4 13:22:12 2016 +0200
Commit: Mattias Andrée <maandree_AT_kth.se>
CommitDate: Wed May 4 13:22:12 2016 +0200

    Fix indent
    
    Signed-off-by: Mattias Andrée <maandree_AT_kth.se>

diff --git a/src/zbset.c b/src/zbset.c
index 223b2d5..4af4455 100644
--- a/src/zbset.c
+++ b/src/zbset.c
_AT_@ -13,7 +13,7 @@
                 if (unlikely(chars >= a->used)) {\
                         ENSURE_SIZE(a, chars + 1);\
                         zmemset(a->chars + a->used, 0, chars + 1 - a->used);\
- a->used = chars + 1;\
+ a->used = chars + 1;\
                 }\
         } else if (unlikely(chars >= a->used)) {\
                 return;\
Received on Wed May 04 2016 - 14:33:56 CEST

This archive was generated by hypermail 2.3.0 : Wed May 04 2016 - 14:36:15 CEST