duh, cut-and-paste error

This commit is contained in:
leitner 2002-05-17 21:16:01 +00:00
parent 75a033e481
commit ac331f66f6

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);
}