<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Fix type mismatch.

--- mucs_pcb-3.0.1/trackers/anneal/main.c	2001-10-25 12:21:46.000000000 +0100
+++ mucs_pcb-3.0.1/trackers/anneal/main.c	2025-07-04 17:15:50.559779251 +0100
@@ -139,11 +139,10 @@
 
 EXPORT int Layer_Index[MAX_LAYERS + 1];
 
-PRIVATE int InterruptHandler (void)
+PRIVATE void InterruptHandler (int dummy)
 {
     fprintf (stderr, " Interrupted - Cleaning up\n");
     Track_Interrupt = 1;
-	return 0;
 }
 
 /* Processes command line options */
</pre></body></html>