diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/d2c/conv/manager.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tools/d2c/conv/manager.c b/tools/d2c/conv/manager.c index d519117..b76e0b7 100644 --- a/tools/d2c/conv/manager.c +++ b/tools/d2c/conv/manager.c @@ -517,7 +517,7 @@ bool define_conv_func(conv_func *func, int fd, const coding_bits *bits, const co              {                  if (as_raw)                  { -                    fprintf(stderr, "%s can not be optional and used as intermediate value as the same time!\n", +                    fprintf(stderr, "%s can not be optional and used as intermediate value at the same time!\n",                              func->dest);                      result = false; | 
