diff --git a/drake/drake b/drake/drake
index cbe9ead318277cc927d3f648500d57e943f59092..3e7bd9df8aee96da03f4a6a35042cdc7f50aaaaa 100755
--- a/drake/drake
+++ b/drake/drake
@@ -5,9 +5,9 @@ res=$?
 
 if [ $res != 0 ]
 then
-    echo ":("
+    /usr/lib/duck/duck headshake 3
 else
-    echo ":)"
+    /usr/lib/duck/duck nod 1
 fi
 
 exit $res
diff --git a/drake/test1/stuff.c b/drake/test1/stuff.c
index 3e633c21432ccdfadb73d0c29ac5b8bf5c43e4ea..32b4efd423f1cabfaaa1997088bb853573efa9de 100644
--- a/drake/test1/stuff.c
+++ b/drake/test1/stuff.c
@@ -2,6 +2,6 @@
 
 int do_stuff(void)
 {
-     printf("hello, world\n")
+     printf("hello, world\n");
      return 0;
 }