From 21d71abe1e6dfa8fba7717b7bdba376eeb53883c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 24 Jul 2012 20:04:40 +0000 Subject: Fix odd capitalization. --- plugins/eg-sampler.lv2/uris.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/eg-sampler.lv2') diff --git a/plugins/eg-sampler.lv2/uris.h b/plugins/eg-sampler.lv2/uris.h index f983516..64ee6b1 100644 --- a/plugins/eg-sampler.lv2/uris.h +++ b/plugins/eg-sampler.lv2/uris.h @@ -135,7 +135,7 @@ read_set_file(const SamplerURIs* uris, const LV2_Atom* file_path = NULL; lv2_atom_object_get(body, uris->eg_file, &file_path, 0); if (!file_path) { - fprintf(stderr, "Ignored set message with no file PATH.\n"); + fprintf(stderr, "Ignored set message with no file path.\n"); return NULL; } -- cgit v1.2.1