commit 28635cabc72a60674c18c0e160fefdbd4af41734
parent 86beb51a66bf680a212584e72d70eff74fe559b9
Author: Mattias Andrée <maandree@kth.se>
Date: Sat, 22 Jul 2017 18:12:42 +0200
Remove leftover backslash
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/blind-norm.c b/src/blind-norm.c
@@ -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++) {