Skip to content

Commit

Permalink
Rename soundio_example -> example (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
raph-amiard committed May 28, 2020
1 parent a0095f6 commit 3a46467
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/asl_examples_soundio.gpr
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ project ASL_Examples_Soundio is
package Linker renames Soundio.Linker;
package Compiler renames Ada_Synth_Lib_Soundio.Compiler;

for Main use ("soundio_example.adb");
for Main use ("example.adb");

end ASL_Examples_Soundio;

4 changes: 2 additions & 2 deletions examples/soundio_example.adb → examples/example.adb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ with Soundio_Output; use Soundio_Output;
with ASL_Examples;
with Write_To_Stdout;

procedure Soundio_Example is
procedure Example is

package Arg is
Parser : Argument_Parser := Create_Argument_Parser
Expand Down Expand Up @@ -75,4 +75,4 @@ begin
Write_To_Stdout (Arg.Generator);
end case;
end if;
end Soundio_Example;
end Example;

0 comments on commit 3a46467

Please sign in to comment.