duh, cut-and-paste error

master
leitner 23 years ago
parent 75a033e481
commit ac331f66f6

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

Loading…
Cancel
Save