aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/rpm4/files/patch-lib_fsm.c
blob: ef3e9b8b477e7730aae6d02b967b2f61b8e384b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/fsm.c.orig	2023-03-13 14:33:50 UTC
+++ lib/fsm.c
@@ -1014,7 +1014,7 @@
                     rc = RPMERR_UNKNOWN_FILETYPE;
             }
 
-setmeta:
+setmeta:;
 	    /* Special files require path-based ops */
 	    int mayopen = S_ISREG(fp->sb.st_mode) || S_ISDIR(fp->sb.st_mode);
 	    if (!rc && fd == -1 && mayopen) {