]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - para.h
Add chunk_queue infrastructure to the udp sender.
[paraslash.git] / para.h
diff --git a/para.h b/para.h
index 3f2da13a859782ba8c5a014d6e6511ecd97d1f28..f456eebd4e6fa37224e915aacd9d10131c24a798 100644 (file)
--- a/para.h
+++ b/para.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 1997-2009 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -42,7 +42,7 @@
        typeof(x) _max1 = (x); \
        typeof(y) _max2 = (y); \
        (void) (&_max1 == &_max2); \
-       _max1 < _max2 ? _max1 : _max2; })
+       _max1 < _max2 ? _max2 : _max1; })
 
 /** Compute the absolute value of \a x. */
 #define PARA_ABS(x) ({ \
 
 /** version text used by various commands if -V switch was given */
 #define VERSION_TEXT(prefix) "para_" prefix " " PACKAGE_VERSION " (" CODENAME ")" "\n" \
-       "Copyright (C) 2008 Andre Noll\n" \
+       "Copyright (C) 2009 Andre Noll\n" \
        "This is free software with ABSOLUTELY NO WARRANTY." \
        " See COPYING for details.\n" \
        "Written by Andre Noll.\n" \