[PATCH 03/10] die: constify format string arg

2013-04-15 Thread Mike Frysinger
We only display this string, so there's no need for it to be writable. Constify away! Acked-by: David Gibson Signed-off-by: Mike Frysinger --- util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.h b/util.h index 1f0ef47..b9c6d7e 100644 --- a/util.h +++ b/util.h @@ -2

[PATCH 03/10] die: constify format string arg

2013-04-10 Thread Mike Frysinger
We only display this string, so there's no need for it to be writable. Constify away! Acked-by: David Gibson Signed-off-by: Mike Frysinger --- util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.h b/util.h index 3c20b15..d856eb9 100644 --- a/util.h +++ b/util.h @@ -2