mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
venti: fix pragma varargck due to changes in tag()
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4517150
This commit is contained in:
parent
79793adc21
commit
3155ec718b
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ chat(char *fmt, ...)
|
|||
va_end(arg);
|
||||
}
|
||||
|
||||
#pragma varargck argpos tag 1
|
||||
#pragma varargck argpos tag 3
|
||||
#pragma varargck argpos chat 1
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue