diff options
author | Rob Pike <robpike@gmail.com> | 2010-08-24 10:16:32 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2010-08-24 10:16:32 -0400 |
commit | a208917e7a935c019095acd1acd8165f08a54b7a (patch) | |
tree | 378b43ebb788aefc16a02af7fd6ab6fb64f9b0cd /CONTRIBUTORS | |
parent | a06877afa9b778570f599e0e8fa83347426fa0b9 (diff) | |
download | plan9port-a208917e7a935c019095acd1acd8165f08a54b7a.tar.gz plan9port-a208917e7a935c019095acd1acd8165f08a54b7a.tar.bz2 plan9port-a208917e7a935c019095acd1acd8165f08a54b7a.zip |
acme: fix rounding in rows computation
R=rsc
CC=codebot
http://codereview.appspot.com/2007045
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 21efdc2d..544ba99d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -21,8 +21,9 @@ Mathieu Lonjaret <mathieu.lonjaret@gmail.com> Michael Teichgräber <mt4swm@googlemail.com> Michael Teichgräber <mt@ib.wmipf.de> Nikolai Saoukh <nikolai.saoukh@gmail.com> +Rob Pike <robpike@gmail.com> Russ Cox <rsc@swtch.com> Tim Newsham <tim.newsham@gmail.com> Tony Lainson <t.lainson@gmail.com> Venkatesh Srinivas <extrudedaluminiu@gmail.com> -grai <t.lainson@gmail.com> + |