X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=src%2Fmarkdown.c;fp=markdown.c;h=6e7d15f1c29168d52f823f1d3f4335f079f04f34;hb=6f9f33a6a5c7d677b4f4464218c01580a391cf08;hp=45c4940f97b36802a8448114eef55e066137fcb3;hpb=3abe61887adc463e2d00c000012d1e2cff15f56f;p=smdp.git diff --git a/markdown.c b/src/markdown.c similarity index 98% rename from markdown.c rename to src/markdown.c index 45c4940..6e7d15f 100644 --- a/markdown.c +++ b/src/markdown.c @@ -22,7 +22,7 @@ #include #include -#include "include/markdown.h" +#include "markdown.h" line_t *new_line() { line_t *x = malloc(sizeof(line_t));