Prep for new warning.

llvm-svn: 76607
This commit is contained in:
Mike Stump 2009-07-21 18:45:53 +00:00
parent d1ee66e412
commit 41ecf6cc3d
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ struct s {
struct s *value;
};
int f1(struct s **pval) {
void f1(struct s **pval) {
int *tbool = ((void*)0);
struct s *t = *pval;
pval = &(t->value);