Subversion Repositories HelenOS-historic

Rev

Rev 953 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 953 Rev 1133
Line 226... Line 226...
226
                    default:
226
                    default:
227
                        goto out;
227
                        goto out;
228
            }
228
            }
229
           
229
           
230
            default:
230
            default:
-
 
231
                if (c == '\n')
-
 
232
                    ofw_write("\r", 1);
231
                ofw_write(&c, 1);
233
                ofw_write(&c, 1);
232
        }
234
        }
233
   
235
   
234
loop:
236
loop:
235
        ;
237
        ;