X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fclose-hook.c;h=15d67fb62b39fc35aea88730e3ac83f458c6f320;hb=55898ee1c7c12e63772c65e772577f10bb7adb31;hp=afe8e56a04b20b5de0b77459375b447eec01455b;hpb=d9576a558fefb2660292e7d4baccd23ea67ecf47;p=gnulib.git diff --git a/lib/close-hook.c b/lib/close-hook.c index afe8e56a0..15d67fb62 100644 --- a/lib/close-hook.c +++ b/lib/close-hook.c @@ -1,5 +1,5 @@ /* Hook for making the close() function extensible. - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009, 2010 Free Software Foundation, Inc. Written by Bruno Haible , 2009. This program is free software: you can redistribute it and/or modify it @@ -66,7 +66,7 @@ register_close_hook (close_hook_fn hook, struct close_hook *link) { /* The link is already in use. */ if (link->private_fn != hook) - abort (); + abort (); } }