Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bccd5dee authored by Michael Ryleev's avatar Michael Ryleev
Browse files

trusty: tipc_test: fix for building with -Wformat-security flag

Change-Id: I7aca7c7c8001ed82ed3503d622280bcd738da210
parent 33275cdd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ static void print_usage_and_exit(const char *prog, int code, bool verbose)
{
	fprintf (stderr, usage, prog);
	if (verbose)
		fprintf (stderr, usage_long);
		fprintf (stderr, "%s", usage_long);
	exit(code);
}