Small bug fix.

This commit is contained in:
Martin Baulig
1998-10-10 19:03:39 +00:00
parent e894161eb2
commit f3c73befd2

View File

@@ -27,7 +27,7 @@ BEGIN {
print "init (CLASS)";
print "\tchar *CLASS;";
print "CODE:";
print "\tRETVAL = glibtop_calloc (1, sizeof (glibtop *));";
print "\tRETVAL = glibtop_calloc (1, sizeof (glibtop));";
print "\tglibtop_init_s (&RETVAL, 0, 0);";
print "OUTPUT:";
print "\tRETVAL";