diff options
| author | Jochen Dolze <vdr@dolze.de> | 2010-09-17 18:10:37 +0200 |
|---|---|---|
| committer | Jochen Dolze <vdr@dolze.de> | 2010-09-17 18:10:37 +0200 |
| commit | e6bf84c9573061699b226ee3b815e1eef7a77df2 (patch) | |
| tree | 0aee42799697da381117644d20680d9d17006d2c /plugin/status.h | |
| parent | 57df9917d4626d93323c7b0d2368fbf5d4748627 (diff) | |
| download | vdr-plugin-markad-e6bf84c9573061699b226ee3b815e1eef7a77df2.tar.gz vdr-plugin-markad-e6bf84c9573061699b226ee3b815e1eef7a77df2.tar.bz2 | |
Added patches from Anonym and italian translation from Diego Pierotto
Diffstat (limited to 'plugin/status.h')
| -rw-r--r-- | plugin/status.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/status.h b/plugin/status.h index 75f39ff..e9cad87 100644 --- a/plugin/status.h +++ b/plugin/status.h @@ -10,7 +10,7 @@ #include <vdr/status.h> #include "setup.h" -#if __GNUC__ > 3 +#if __GNUC__ > 3 #define UNUSED(v) UNUSED_ ## v __attribute__((unused)) #else #define UNUSED(x) x |
