Fossil SCM

Fix typo in test_markdown_render function name. (no functional change since the command name was okay).

mgagnon 2016-06-07 01:26 trunk
Commit c94b49add807c52f397e14444ccaed81a1fee880
1 file changed +1 -1
+1 -1
--- src/wiki.c
+++ src/wiki.c
@@ -1423,11 +1423,11 @@
14231423
** Usage: %fossil test-markdown-render FILE
14241424
**
14251425
** Render markdown wiki from FILE to stdout.
14261426
**
14271427
*/
1428
-void test_markhown_render(void){
1428
+void test_markdown_render(void){
14291429
Blob in, out;
14301430
db_find_and_open_repository(0,0);
14311431
verify_all_options();
14321432
if( g.argc!=3 ) usage("FILE");
14331433
blob_zero(&out);
14341434
--- src/wiki.c
+++ src/wiki.c
@@ -1423,11 +1423,11 @@
1423 ** Usage: %fossil test-markdown-render FILE
1424 **
1425 ** Render markdown wiki from FILE to stdout.
1426 **
1427 */
1428 void test_markhown_render(void){
1429 Blob in, out;
1430 db_find_and_open_repository(0,0);
1431 verify_all_options();
1432 if( g.argc!=3 ) usage("FILE");
1433 blob_zero(&out);
1434
--- src/wiki.c
+++ src/wiki.c
@@ -1423,11 +1423,11 @@
1423 ** Usage: %fossil test-markdown-render FILE
1424 **
1425 ** Render markdown wiki from FILE to stdout.
1426 **
1427 */
1428 void test_markdown_render(void){
1429 Blob in, out;
1430 db_find_and_open_repository(0,0);
1431 verify_all_options();
1432 if( g.argc!=3 ) usage("FILE");
1433 blob_zero(&out);
1434

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button