X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fapi%2Ffmtmsg.c;fp=src%2Fapi%2Ffmtmsg.c;h=b9ee7587862341d74e8d826286b778eaa96dc410;hb=0ef2646848cbc2e6c59f8757165b5790b0132281;hp=1c79c84bb7cccd9433c9002ffc4b2d6e83a86633;hpb=6a2161f389e6115bb3b948d71c56c8c882eaeda6;p=libc-test diff --git a/src/api/fmtmsg.c b/src/api/fmtmsg.c index 1c79c84..b9ee758 100644 --- a/src/api/fmtmsg.c +++ b/src/api/fmtmsg.c @@ -22,6 +22,6 @@ C(MM_OK) C(MM_NOTOK) C(MM_NOMSG) C(MM_NOCON) -int(*p_fmtmsg)(long,const char*,int,const char*,const char*,const char*) = fmtmsg; +{int(*p)(long,const char*,int,const char*,const char*,const char*) = fmtmsg;} } #endif