Fix missing blank line that breaks README.md formatting.

This commit is contained in:
Daniel Benamy 2015-01-18 20:45:18 -08:00 committed by Avery Pennarun
commit 4c09289fb4

View file

@ -114,6 +114,7 @@ In b.h:
extern char *bstr;
In b.c:
char *bstr = "hello, world!\n";
Now you simply run: