capiinfo/capiinfo.c: silence a compiler warning

This commit is contained in:
Peter Marschall 2012-04-20 16:33:00 +02:00
parent 4bba745e45
commit 13871c839f
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ int main(int argc, char **argv)
FACILITY_REQ_HEADER(&cmsg, ApplId, MsgId++, i);
cmsg.FacilitySelector = 0x0003;
cmsg.FacilityRequestParameter = "\x03""\x00\x00""\x00"; // GetSupportedServices
cmsg.FacilityRequestParameter = (CAPI_MESSAGE) "\x03""\x00\x00""\x00"; // GetSupportedServices
err = CAPI_PUT_CMSG(&cmsg);
if (err != CapiNoError) {