From 4749c0f9e18f87c21e43a65ffbf2d9c08ecf7a3a Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 29 Feb 2012 23:39:53 +0000 Subject: Fix various format string mismatches. --- dab/board.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dab/board.h') diff --git a/dab/board.h b/dab/board.h index 2470703c..67dc3e0a 100644 --- a/dab/board.h +++ b/dab/board.h @@ -1,4 +1,4 @@ -/* $NetBSD: board.h,v 1.3 2011/08/29 20:30:37 joerg Exp $ */ +/* $NetBSD: board.h,v 1.4 2012/02/29 23:39:53 joerg Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -72,7 +72,8 @@ class BOARD { void games(size_t i, const PLAYER& p); // Post games void total(size_t i, const PLAYER& p); // Post totals void ties(const PLAYER& p); // Post ties - __dead void abort(const char *s, ...) const; // Algorithm error + __printflike(2, 3) __dead + void abort(const char *s, ...) const; // Algorithm error private: -- cgit v1.2.3-56-ge451