projects
/
openpower-isa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2daa87
)
Missed semicolon
author
Lauri Kasanen
<cand@gmx.com>
Wed, 26 May 2021 08:50:10 +0000
(11:50 +0300)
committer
Lauri Kasanen
<cand@gmx.com>
Wed, 26 May 2021 08:50:10 +0000
(11:50 +0300)
media/Makefile
patch
|
blob
|
history
diff --git
a/media/Makefile
b/media/Makefile
index 2ef7dcb3a05c894880ab30cfae0e5ba60705b26e..4b4e6892c0c4fe867868df41b5ebed462390c037 100644
(file)
--- a/
media/Makefile
+++ b/
media/Makefile
@@
-39,11
+39,11
@@
wget:
tests: $(OBJ)
@echo audio/mp3_0
for i in `seq 0 1000 9000`; do \
- audio/mp3/mp3_0.sh $$i \
+ audio/mp3/mp3_0.sh $$i
;
\
done
@echo audio/mp3_1
for i in `seq 0 23`; do \
- audio/mp3/mp3_1.sh $$i \
+ audio/mp3/mp3_1.sh $$i
;
\
done