X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=para.h;h=f456eebd4e6fa37224e915aacd9d10131c24a798;hb=8eb5a15bfcc068e8d2504bb84b14455e9fc7c3ba;hp=3f2da13a859782ba8c5a014d6e6511ecd97d1f28;hpb=e9805263600a69a88e60edd1c8b4ba9e01a79322;p=paraslash.git diff --git a/para.h b/para.h index 3f2da13a..f456eebd 100644 --- a/para.h +++ b/para.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2008 Andre Noll + * Copyright (C) 1997-2009 Andre Noll * * 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) ({ \ @@ -131,7 +131,7 @@ /** 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" \