programmer_table: Remove space between address operator and variable

Change-Id: Iba29b1bc3d77b8c17c51fc0552c129e6965fa308
Signed-off-by: Anastasia Klimchuk <aklm@chromium.org>
Original-Reviewed-on: https://review.coreboot.org/c/flashrom/+/56469
Original-Reviewed-by: Thomas Heijligen <src@posteo.de>
Original-Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Original-Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Original-Reviewed-by: Nico Huber <nico.h@gmx.de>
Original-Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
Reviewed-on: https://review.coreboot.org/c/flashrom-stable/+/72225
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
diff --git a/programmer_table.c b/programmer_table.c
index 5528f2e..4c1ea5d 100644
--- a/programmer_table.c
+++ b/programmer_table.c
@@ -33,7 +33,7 @@
 #endif
 
 #if CONFIG_NICREALTEK == 1
-    & programmer_nicrealtek,
+    &programmer_nicrealtek,
 #endif
 
 #if CONFIG_NICNATSEMI == 1