Some small corrections.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2863 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2007-11-24 23:28:50 +00:00
parent 015e0c753b
commit 3543c7ae72
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -12,6 +12,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h>
#include <ctype.h> #include <ctype.h>
#include "unduck.h" #include "unduck.h"
+2 -2
View File
@@ -11,9 +11,9 @@ echo "and are stereo."
echo "N.B. This program isn't fast. Make a cup of tea or something." echo "N.B. This program isn't fast. Make a cup of tea or something."
echo "Press ENTER when ready." echo "Press ENTER when ready."
read read DUMMY
for FILE in *.{duk,DUK}; do for FILE in *.duk *.DUK; do
if [ ! -r "$FILE" ]; then if [ ! -r "$FILE" ]; then
continue continue
fi fi