dd: fix apple gcc return warning (even Go can handle this one, Apple!)
R=rsc http://codereview.appspot.com/5068043
This commit is contained in:
parent
48107872ba
commit
a59b2edeb3
1 changed files with 2 additions and 0 deletions
|
|
@ -298,6 +298,8 @@ loop:
|
||||||
c &= 0377;
|
c &= 0377;
|
||||||
(*conv)(c);
|
(*conv)(c);
|
||||||
goto loop;
|
goto loop;
|
||||||
|
|
||||||
|
return 0; // shut up apple gcc
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue