aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-06-25 23:49:25 +0000
committerrsc <devnull@localhost>2006-06-25 23:49:25 +0000
commite86ebdce25bab8352e093c84122953ed7daa7ec8 (patch)
treec7869f62ae1e517a293e93ac700b10aaee0c9634 /include
parent279091480876733721672e457bc9233a3539358b (diff)
downloadplan9port-e86ebdce25bab8352e093c84122953ed7daa7ec8.tar.gz
plan9port-e86ebdce25bab8352e093c84122953ed7daa7ec8.tar.bz2
plan9port-e86ebdce25bab8352e093c84122953ed7daa7ec8.zip
tweak for manual
Diffstat (limited to 'include')
-rw-r--r--include/acme.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/acme.h b/include/acme.h
index 372a9095..ffbaea3b 100644
--- a/include/acme.h
+++ b/include/acme.h
@@ -1,4 +1,4 @@
-AUTOLIB(acme);
+AUTOLIB(acme)
typedef struct Event Event;
typedef struct Win Win;
@@ -8,10 +8,10 @@ struct Event
{
int c1;
int c2;
- int oq0;
- int oq1;
int q0;
int q1;
+ int oq0;
+ int oq1;
int flag;
int nb;
int nr;