[Pm-utils] [PATCH 07/17] Added missing ; ; in a case statement in 01grub

Victor Lowther victor.lowther at gmail.com
Sat Feb 9 18:31:11 PST 2008


---
 pm/sleep.d/01grub |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/pm/sleep.d/01grub b/pm/sleep.d/01grub
index 4500c39..ddc39ce 100644
--- a/pm/sleep.d/01grub
+++ b/pm/sleep.d/01grub
@@ -7,6 +7,7 @@ default_resume_kernel()
 	    ;;
 	*) # this is only valid for x86 and x86_64
 	    return 1
+	    ;;
     esac
 
     [ -x /sbin/grubby -a -x /sbin/grub ] || return 1
-- 
1.5.3.8



More information about the Pm-utils mailing list