Description: Fix FBTFS for mkconf.c
 .
 xfireworks (1.3-15) unstable; urgency=high
 .
   [ Yukiharu YABUKI ]
   * Fix FBTFS mkconf.c with gcc-14
   (Closes: #1075661)
   * Bump up Standards-Version
Author: Yukiharu YABUKI <yyabuki@debian.org>
Bug-Debian: https://bugs.debian.org/1075661

---
Bug-Debian: https://bugs.debian.org/1075661
Forwarded: not-needed
Last-Update: 2025-02-14

--- xfireworks-1.3.orig/mkconf.c
+++ xfireworks-1.3/mkconf.c
@@ -5,7 +5,7 @@
 #define ONE_LINE
 #endif
 
-main()
+int main()
 {
   char buffer[1000];
   char * p;
@@ -40,6 +40,7 @@ main()
   printf(";\n");
 #endif
   exit (0);
+  return 0;
 }
 
 /* End of Program */
