summaryrefslogtreecommitdiff
path: root/programs
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2011-01-19 21:07:34 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2011-01-19 21:07:34 +1100
commitb29ae8abdb6bd1431886bfaaf82444570aed1d93 (patch)
treebea2e2213e4e3a7e75a8701ee09887bdc12dc7ee /programs
parent0011db82da785d4cc00a49f43722d99ac1663fe1 (diff)
programs/sndfile-play.c : Remove cruft.
Diffstat (limited to 'programs')
-rw-r--r--programs/sndfile-play.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/programs/sndfile-play.c b/programs/sndfile-play.c
index 968f984..eccc40a 100644
--- a/programs/sndfile-play.c
+++ b/programs/sndfile-play.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2010 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2011 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** All rights reserved.
**
@@ -984,11 +984,6 @@ main (int argc, char *argv [])
"should be run in a MSDOS box or Command Shell window.\n\n") ;
printf ("Sleeping for 5 seconds before exiting.\n\n") ;
- /* This is the officially blessed by microsoft way but I can't get
- ** it to link.
- ** Sleep (15) ;
- ** Instead, use this:
- */
Sleep (5 * 1000) ;
#endif
return 1 ;