diff options
Diffstat (limited to 'libgloss')
-rw-r--r-- | libgloss/msp430/write.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/msp430/write.c b/libgloss/msp430/write.c index 0c01098..3a5a9f8 100644 --- a/libgloss/msp430/write.c +++ b/libgloss/msp430/write.c @@ -55,5 +55,5 @@ write (int fd, char *buf, int len) len -= l; buf += l; } - return c; + return rv; } |