"pocemit ... missed the obvious"

This commit is contained in:
timeless%mac.com 2001-07-11 00:41:57 +00:00
parent ce9a86a96e
commit 8401011da6

View File

@ -1152,7 +1152,7 @@ GdkCursor *nsWindow::GtkCreateCursor(nsCursor aCursorType)
gdkcursor = gdk_cursor_new(GDK_LEFT_PTR);
break;
default:
NS_ASSERTION(aCursor, "Invalid cursor type");
NS_ASSERTION(aCursorType, "Invalid cursor type");
break;
}