diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2019-03-22 21:33:48 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2019-03-22 21:33:48 (GMT) |
commit | 03d5e6abfce49d4a18bbf70cbbaa3be8c58bf5b4 (patch) | |
tree | 7e46b7c94f7ed0c12083aacc01f6c71d2aaa8ee6 /tools | |
parent | 37c72bc890f047842f996dcc9ee679a8f220cde0 (diff) |
Typo.
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; |