add LF to end of debug message

This commit is contained in:
Dobrica Pavlinusic
2012-09-24 16:35:27 +02:00
parent 71ff602cd5
commit 46afa82b52

2
pdf.c
View File

@@ -623,7 +623,7 @@ static int getPageLinks(lua_State *L) {
lua_rawseti(L, -2, ++link_count);
}
printf("## getPageLinks found %d links in document", link_count);
printf("## getPageLinks found %d links in document\n", link_count);
fz_drop_link(page->doc->context, page_links);