From 685ef45bccc874ecbf570147fd579e98afe95856 Mon Sep 17 00:00:00 2001 From: ellson Date: Mon, 13 Oct 2008 22:34:18 +0000 Subject: [PATCH] need a better list of original plugin libraries to support introspection --- lib/gvc/gvplugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gvc/gvplugin.h b/lib/gvc/gvplugin.h index 4b6864038..df8a4459f 100644 --- a/lib/gvc/gvplugin.h +++ b/lib/gvc/gvplugin.h @@ -42,7 +42,7 @@ extern "C" { in the same package */ const char *type; /* a string name, such as "png" or "ps" that distinguishes different types withing the same - api (renderer in this case) */ + (renderer in this case) */ int quality; /* an arbitrary integer used for ordering plugins of the same type from different packages */ void *engine; /* pointer to the jump table for the plugin */ -- 2.40.0