Introduction
Introduction Statistics Contact Development Disclaimer Help
Remove leftover backslash - blind - suckless command-line video editing utility
git clone git://git.suckless.org/blind
Log
Files
Refs
README
LICENSE
---
commit 28635cabc72a60674c18c0e160fefdbd4af41734
parent 86beb51a66bf680a212584e72d70eff74fe559b9
Author: Mattias Andrée <[email protected]>
Date: Sat, 22 Jul 2017 18:12:42 +0200
Remove leftover backslash
Signed-off-by: Mattias Andrée <[email protected]>
Diffstat:
M src/blind-norm.c | 2 +-
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++) {
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.