| commit | 217a682b4faba986c6024f0b025aa7ad3ba7ea06 | [log] [tgz] |
|---|---|---|
| author | Andreas Mohr <a.mohr@mailto.de> | Fri Aug 25 21:56:19 2000 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Fri Aug 25 21:56:19 2000 +0000 |
| tree | c2915ed6a8ca31c37dcb803fe6c7174c0ef55820 | |
| parent | 8337f28b70eee380918f0a9e1eba98d0de458a04 [diff] [blame] |
Minor cosmetic changes.
diff --git a/misc/comm.c b/misc/comm.c index 82cd707..94322d7 100644 --- a/misc/comm.c +++ b/misc/comm.c
@@ -508,7 +508,7 @@ /* not enough memory */ tcsetattr(COM[port].fd,TCSANOW,&m_stat[port]); close(COM[port].fd); - ERR("out of memory"); + ERR("out of memory\n"); return IE_MEMORY; }