Browse Source

Fix typo

tags/1.9.4
falkTX 12 years ago
parent
commit
40899fc161
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/utils/CarlaLv2Utils.hpp

+ 1
- 1
source/utils/CarlaLv2Utils.hpp View File

@@ -1071,7 +1071,7 @@ const LV2_RDF_Descriptor* lv2_rdf_new(const LV2_URI uri)
else if (lilvUI.is_a(gLv2World.ui_externalOld))
rdfUI->Type = LV2_UI_OLD_EXTERNAL;
else
carla_stderr("lv2_rdf_new(\"%s\") - UI '%s' if of unknown type", uri, lilvUI.get_uri().as_uri());
carla_stderr("lv2_rdf_new(\"%s\") - UI '%s' is of unknown type", uri, lilvUI.get_uri().as_uri());

// --------------------------------------
// Set UI Information


Loading…
Cancel
Save