]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/testdirsvc.c
Merge changes from CUPS 1.5svn-r9717.
[thirdparty/cups.git] / scheduler / testdirsvc.c
index cf607e20b93d7c9728890559d9323abbd9a753da..bf3030428f089440c493cc126594de24dc4e3fe4 100644 (file)
@@ -3,7 +3,7 @@
  *
  *   Browsing test program for CUPS.
  *
- *   Copyright 2007-2010 by Apple Inc.
+ *   Copyright 2007-2011 by Apple Inc.
  *   Copyright 1997-2007 by Easy Software Products, all rights reserved.
  *
  *   These coded instructions, statements, and computer programs are the
@@ -297,7 +297,7 @@ main(int  argc,                             /* I - Number of command-line arguments */
     * Sleep for any remaining time...
     */
 
-    if (seconds > 0) 
+    if (seconds > 0)
       sleep(seconds);
   }