summaryrefslogtreecommitdiff
path: root/src/Vendor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Vendor.c')
-rw-r--r--src/Vendor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Vendor.c b/src/Vendor.c
index 6860599..2a211b2 100644
--- a/src/Vendor.c
+++ b/src/Vendor.c
@@ -85,7 +85,7 @@ DllMain(unsigned long mod_handle, unsigned long flag, void *routine)
externaldef(vendorshellclassrec)
VendorShellClassRec vendorShellClassRec = {
{
- /* superclass */ (WidgetClass) & wmShellClassRec,
+ /* superclass */ (WidgetClass) &wmShellClassRec,
/* class_name */ "VendorShell",
/* size */ sizeof(VendorShellRec),
/* Class Initializer */ NULL,