Fixed typo

This commit is contained in:
Mikhail Novosyolov 2019-06-14 18:35:02 +03:00
parent 66a068fa55
commit c868109363

View file

@ -1,5 +1,5 @@
diff --git a/build/parseScript.c b/build/parseScript.c diff --git a/build/parseScript.c b/build/parseScript.c
index 4a677cb..f15535f 100644 index 4a677cb..eafc5e7 100644
--- a/build/parseScript.c --- a/build/parseScript.c
+++ b/build/parseScript.c +++ b/build/parseScript.c
@@ -265,6 +265,11 @@ int parseScript(Spec spec, int parsePart) @@ -265,6 +265,11 @@ int parseScript(Spec spec, int parsePart)
@ -8,7 +8,7 @@ index 4a677cb..f15535f 100644
/*@switchbreak@*/ break; /*@switchbreak@*/ break;
+#ifdef DEBUG +#ifdef DEBUG
+ case 'f': + case 'f':
+ rpmlog(RPMLOG_INFO, "Got -f option for a script\n"); + rpmlog(RPMLOG_INFO, "DEBUG: Got -f option for a script\n");
+ break; + break;
+#endif +#endif
} }