(wrong string) ée

From: <git_AT_suckless.org>
Date: Sat, 22 Jul 2017 19:33:59 +0200 (CEST)

commit 28635cabc72a60674c18c0e160fefdbd4af41734
Author: Mattias Andrée <maandree_AT_kth.se>
AuthorDate: Sat Jul 22 18:12:42 2017 +0200
Commit: Mattias Andrée <maandree_AT_kth.se>
CommitDate: Sat Jul 22 18:12:46 2017 +0200

    Remove leftover backslash
    
    Signed-off-by: Mattias Andrée <maandree_AT_kth.se>

diff --git a/src/blind-norm.c b/src/blind-norm.c
index 9458361..303c214 100644
--- a/src/blind-norm.c
+++ b/src/blind-norm.c
_AT_@ -53,7 +53,7 @@ static void
 PROCESS(struct stream *stream)
 {
         size_t i, n;
- TYPE x, y, z, a, norm;\
+ TYPE x, y, z, a, norm;
         do {
                 n = stream->ptr / stream->pixel_size;
                 for (i = 0; i < n; i++) {
Received on Sat Jul 22 2017 - 19:33:59 CEST

This archive was generated by hypermail 2.3.0 : Sat Jul 22 2017 - 19:36:59 CEST