about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xp9c/hello-plan9/ball.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/p9c/hello-plan9/ball.c b/p9c/hello-plan9/ball.c
index 281beb0..22566ef 100755
--- a/p9c/hello-plan9/ball.c
+++ b/p9c/hello-plan9/ball.c
@@ -89,7 +89,7 @@ initball()
 void
 main(int argc, char *argv[])
 {
-	USED(argc, argv);
+	// USED(argc, argv);
 
 	Event ev;
 	int e, timer;