version 1.4w10UCIb17
[polyglot.git] / io.cpp
diff --git a/io.cpp b/io.cpp
index 0a9345d..7246e89 100644 (file)
--- a/io.cpp
+++ b/io.cpp
@@ -100,7 +100,6 @@ void io_get_update(io_t * io) {
    if (size <= 0) my_fatal("io_get_update(): buffer overflow\n");\r
 \r
    // read as many data as possible\r
-\r
    n = my_read(io->in_fd,&io->in_buffer[pos],size);\r
    if (UseDebug) my_log("POLYGLOT read %d byte%s from %s\n",n,(n>1)?"s":"",io->name);\r
 \r