commit | 962d1c46eca5d00580bcfe92eba82dd1805911ae | [log] [tgz] |
---|---|---|
author | Nishanth Menon <nm@ti.com> | Tue Sep 20 11:31:17 2011 +0200 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Tue Sep 20 11:31:17 2011 +0200 |
tree | c9849b746281d6f904601598ef8c680e4d88a5b7 | |
parent | a14971baa6070fc37bc9ae5a35aabda6f109fe34 [diff] |
display.h: show max string length provide max else build fails Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
diff --git a/display.h b/display.h index 035b2e9..6362a48 100644 --- a/display.h +++ b/display.h
@@ -32,3 +32,5 @@ extern int display_init(int wdefault); extern int display_register(int win, struct display_ops *ops); extern int display_column_name(const char *line); + +#define NAME_MAX 255