X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fdone.c;h=65ec1cb7da64f447cdf8061449c158e95ed044b5;hp=938fdb2d683d03db7d963aa5d3ffc1c67890d877;hb=25c0bc3f1c034964421f8007e5802c647c5dc908;hpb=871bd3b965321122be0db49961369b111e4ea4db diff --git a/sbr/done.c b/sbr/done.c index 938fdb2..65ec1cb 100644 --- a/sbr/done.c +++ b/sbr/done.c @@ -11,4 +11,4 @@ #include -void (*done) (int) = exit; +void (*done) (int) NORETURN = exit;