Mark the logerr() function __printflike().

MFC after:	3 days
This commit is contained in:
Kris Kennaway 2002-10-13 11:26:37 +00:00
parent 2386a44f8b
commit 85fe8d4124
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105040

View File

@ -62,7 +62,7 @@ static const char rcsid[] =
#include <string.h> #include <string.h>
#include "pathnames.h" #include "pathnames.h"
void logerr(const char *, ...); void logerr(const char *, ...) __printflike(1, 2);
int int
main(int argc, char *argv[]) main(int argc, char *argv[])