about summary refs log tree commit diff stats
path: root/p9c
diff options
context:
space:
mode:
authoreli-oat <hi@eli.li>2023-05-26 12:01:34 -0400
committereli-oat <hi@eli.li>2023-05-26 12:01:34 -0400
commit122ea6e7046520da4aeb8e5e787a9d3214b5ec46 (patch)
tree398cf0a79084bd08ac13a8d7fd38b8c33da59551 /p9c
parent20db18aa28fbe6b548ba1d654204276f132b2427 (diff)
downloadtour-122ea6e7046520da4aeb8e5e787a9d3214b5ec46.tar.gz
*
Diffstat (limited to 'p9c')
-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;