fix error message

pull/22/head
Marcel Hollerbach 1 year ago committed by Gitea
parent f1d43c42a3
commit 928cf22f3e
  1. 2
      src/bin/e_pointer.c

@ -925,7 +925,7 @@ e_pointer_object_set(E_Pointer *ptr, Evas_Object *obj, int x, int y)
return;
misst:
ERR("Failure with %p", ptr);
INF("The ptr object of pointer %p is missing.", ptr);
}
E_API void

Loading…
Cancel
Save