diff --git a/harbour/tests/inline_c.prg b/harbour/tests/inline_c.prg index 4753e164bb..436caf03f0 100644 --- a/harbour/tests/inline_c.prg +++ b/harbour/tests/inline_c.prg @@ -19,7 +19,7 @@ PROCEDURE MAIN( cLine, cDelim ) QOut( C_Func() ) - QOut( PostDumpTest() ) + QOut( EndDumpTest() ) RETURN @@ -87,5 +87,5 @@ HB_FUNC( C_FUNC ) } #pragma ENDDUMP -Function PostDumpTest() -RETURN "Post Dump Test" \ No newline at end of file +Function EndDumpTest() +RETURN "End Dump Test" \ No newline at end of file