Android: Fix the build of the 'sg' engine
authorBart Van Assche <bvanassche@acm.org>
Tue, 4 Oct 2022 19:22:00 +0000 (12:22 -0700)
committerBart Van Assche <bvanassche@acm.org>
Tue, 4 Oct 2022 19:38:03 +0000 (12:38 -0700)
commitac0a7e39f048e68aa102b4543a8b411b430ca007
treea85aeed77765c5377bce7f2253f090c5927dc81a
parent793b868671d14f9a3e4fa76ac129545987084a8d
Android: Fix the build of the 'sg' engine

Fix the following compiler error:

engines/sg.c:1337:46: error: argument type 'void' is incomplete
                                snprintf(msgchunk, MAXMSGCHUNK, " %02x", hdr->sbp[i]);

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
engines/sg.c