diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/example2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example2.c b/examples/example2.c index b4c7d73..8518744 100644 --- a/examples/example2.c +++ b/examples/example2.c | |||
| @@ -35,7 +35,7 @@ int main(int argc, char *argv[]) { | |||
| 35 | } | 35 | } |
| 36 | 36 | ||
| 37 | // Load the SoundFont from a file | 37 | // Load the SoundFont from a file |
| 38 | g_TinySoundFont = tsf_load_filename("../sf2/florestan-subset.sf2"); | 38 | g_TinySoundFont = tsf_load_filename("../soundfonts/florestan-subset.sf2"); |
| 39 | if (!g_TinySoundFont) { | 39 | if (!g_TinySoundFont) { |
| 40 | fprintf(stderr, "Could not load SoundFont\n"); | 40 | fprintf(stderr, "Could not load SoundFont\n"); |
| 41 | return 1; | 41 | return 1; |
