Skip to content
Snippets Groups Projects
Commit 3e29a165 authored by Izzard, Robert Dr (Maths & Physics)'s avatar Izzard, Robert Dr (Maths & Physics)
Browse files

fix bug where "available macros" was printfed not Printfed

parent 1d60a66a
No related branches found
No related tags found
No related merge requests found
...@@ -200,7 +200,7 @@ void binary_c_help_from_arg(ARG_SUBROUTINE_DECLARATION) ...@@ -200,7 +200,7 @@ void binary_c_help_from_arg(ARG_SUBROUTINE_DECLARATION)
if(a->npairs > 0) if(a->npairs > 0)
{ {
unsigned int j; unsigned int j;
printf("Available macros:\n\n"); Printf("Available macros:\n\n");
for(j=0;j<a->npairs;j++) for(j=0;j<a->npairs;j++)
{ {
Printf("%s = %g\n", Printf("%s = %g\n",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment