duh, cut-and-paste error

master
Felix von Leitner 2002-05-17 21:16:01 +00:00
parent 045c34e8e6
commit c5ebffd202
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#include "str.h"
#include "buffer.h"
int buffer_putspace(buffer* b) {
int buffer_putnlflush(buffer* b) {
static char nl='\n';
return buffer_putflush(b,&nl,1);
}