903092
From 2cb2f8a419f10c5cf808572c80f51c1df09d1de0 Mon Sep 17 00:00:00 2001
903092
From: Peter Jones <pjones@redhat.com>
903092
Date: Thu, 23 Jun 2016 16:10:29 -0400
903092
Subject: [PATCH 52/55] Fix a typo on the rhel-7.3 branch...
903092
903092
Apparently introduced an error resolving a conflict on this branch,
903092
woops.
903092
903092
Related: rhbz#1285601
903092
---
903092
 grubby.c | 2 +-
903092
 1 file changed, 1 insertion(+), 1 deletion(-)
903092
903092
diff --git a/grubby.c b/grubby.c
903092
index 0c260f2..2402116 100644
903092
--- a/grubby.c
903092
+++ b/grubby.c
903092
@@ -4286,7 +4286,7 @@ int addNewKernel(struct grubConfig *config, struct singleEntry *template,
903092
 		 const char *newKernelPath, const char *newKernelTitle,
903092
 		 const char *newKernelArgs, const char *newKernelInitrd,
903092
 		 const char **extraInitrds, int extraInitrdCount,
903092
-		 const char *newMBKernel, const char *newMBKernelArgs
903092
+		 const char *newMBKernel, const char *newMBKernelArgs,
903092
 		 int newIndex)
903092
 {
903092
 	struct singleEntry *new, *entry, *prev = NULL;
903092
-- 
903092
2.5.5
903092