diff options
author | 2007-10-05 17:45:46 +0000 | |
---|---|---|
committer | 2007-10-05 17:45:46 +0000 | |
commit | 2e163aa72ae2f9306b4a3ec30d904fbe92da68b0 (patch) | |
tree | db4c6c54c2456d1ab218b523397d52296fa9c5c8 | |
parent | stylistic changes in the relay/relay_config structure. (diff) | |
download | wireguard-openbsd-2e163aa72ae2f9306b4a3ec30d904fbe92da68b0.tar.xz wireguard-openbsd-2e163aa72ae2f9306b4a3ec30d904fbe92da68b0.zip |
typo
-rw-r--r-- | regress/usr.bin/pcc/cc/ccom/darray001.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/usr.bin/pcc/cc/ccom/darray001.c b/regress/usr.bin/pcc/cc/ccom/darray001.c index aadb779af92..973371b7401 100644 --- a/regress/usr.bin/pcc/cc/ccom/darray001.c +++ b/regress/usr.bin/pcc/cc/ccom/darray001.c @@ -1,4 +1,4 @@ -/* should not issue: darray001.c, line 5: compiler error: bad conversion */ +/* should not issue: darray001.c, line 6: compiler error: bad conversion */ /* From TAKAHASHI Tamotsu */ int main(void) { int n=1; |