Description: fix ftbfs on gcc-14
Author: Bo YU <tsu.yubo@gmail.com>
Origin: https://bugs.debian.org/1075647
Forwarded: not-needed
Last-Update: 2024-11-05

--- a/ARClock.c
+++ b/ARClock.c
@@ -368,7 +368,7 @@
 
 /* Following lines added by Andreas Franzen using source code by
  * Jaime Garcia Ghirelli: */
-  register i, j;
+  register int i, j;
   double angle, x, y;
   double cos();
   double sin();
