diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-01-12 17:01:38 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-01-12 17:01:38 +0000 |
commit | f4842f95708d5174cbeb90ae1d3e7ee6ac7ff637 (patch) | |
tree | 9b9efbbdaa63b21ad8377b5f52162cf81cea8bec /benchmarks/libmicro/files/patch-multiview | |
parent | - group is in ${GROUP} not ${USER} (diff) |
- Update to 0.4.0
PR: ports/119600
Submitted by: Valerio Daelli <valerio.daelli at gmail.com>
Diffstat (limited to 'benchmarks/libmicro/files/patch-multiview')
-rw-r--r-- | benchmarks/libmicro/files/patch-multiview | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/libmicro/files/patch-multiview b/benchmarks/libmicro/files/patch-multiview index c3d1d13c63e1..3850eed72fa6 100644 --- a/benchmarks/libmicro/files/patch-multiview +++ b/benchmarks/libmicro/files/patch-multiview @@ -28,10 +28,10 @@ } { -@@ -128,7 +128,7 @@ +@@ -136,7 +136,7 @@ for (j = 2; j < ARGC; j++) - printf("<td align=\"right\">%25s</td>\n", "not computed"); + printf("<td>%s</td>\n", "not computed"); - continue; + next; } |