diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2004-06-10 20:52:26 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2004-06-10 20:52:26 +0000 |
commit | 415c0320c125103c0b569b013cbc904cbd5fdcbb (patch) | |
tree | 9953122fdd747506de2b8154581aacfac2641a72 /mixlib | |
parent | 8ae21156660f99f93611256b9d49bfbf9c0949c3 (diff) | |
download | mdk-415c0320c125103c0b569b013cbc904cbd5fdcbb.tar.gz mdk-415c0320c125103c0b569b013cbc904cbd5fdcbb.tar.bz2 |
redundant end-line character removed.
Diffstat (limited to 'mixlib')
-rw-r--r-- | mixlib/xmix_device.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mixlib/xmix_device.c b/mixlib/xmix_device.c index 73c0485..79e7313 100644 --- a/mixlib/xmix_device.c +++ b/mixlib/xmix_device.c @@ -114,9 +114,6 @@ write_ (mix_device_t *dev, const mix_word_t *block) else result = mix_io_write_word_array (GET_CHANNEL_ (dev), block, SIZES_[dev->type]); - if (result && mix_device_mode(dev) == mix_dev_CHAR) - putc ('\n', mix_io_to_FILE (GET_CHANNEL_ (dev))); - fflush (mix_io_to_FILE (GET_CHANNEL_ (dev))); return result; |