diff options
author | eli-oat <hi@eli.li> | 2023-05-26 12:01:34 -0400 |
---|---|---|
committer | eli-oat <hi@eli.li> | 2023-05-26 12:01:34 -0400 |
commit | 122ea6e7046520da4aeb8e5e787a9d3214b5ec46 (patch) | |
tree | 398cf0a79084bd08ac13a8d7fd38b8c33da59551 | |
parent | 20db18aa28fbe6b548ba1d654204276f132b2427 (diff) | |
download | tour-122ea6e7046520da4aeb8e5e787a9d3214b5ec46.tar.gz |
*
-rwxr-xr-x | p9c/hello-plan9/ball.c | 2 |
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; |