From de7052f5bf83b6837e672f596a07771f32ae48f6 Mon Sep 17 00:00:00 2001 From: Gregor Anich Date: Sat, 19 Feb 2005 16:36:51 +0000 Subject: [PATCH] One could have the impression that I am bored ;-) svn path=/trunk/; revision=13644 --- reactos/ntoskrnl/ex/power.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/ex/power.c b/reactos/ntoskrnl/ex/power.c index 2b12c64e491..d68f98e11de 100644 --- a/reactos/ntoskrnl/ex/power.c +++ b/reactos/ntoskrnl/ex/power.c @@ -168,7 +168,9 @@ NtShutdownSystem(IN SHUTDOWN_ACTION Action) "Just go forward in all your beliefs, and prove to me that I am not mistaken in mine.\n", "Lowest possible energy state reached! Switch off now to achive a Bose-Einstein condensate.\n", "Hasta la vista, BABY!\n", - "They live, we sleep!\n" + "They live, we sleep!\n", + "I have come here to chew bubble gum and kick ass.\n" + "And I'm all out of bubble gum!\n" }; LARGE_INTEGER Now;