Skip to content

Commit

Permalink
fixed a small bug.
Browse files Browse the repository at this point in the history
the end of the struct need a ";"
  • Loading branch information
GeekOliver committed May 24, 2016
1 parent e6c6694 commit 840c764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch02/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ struct Sale_data {
double revenue = 0.0;
double price = 0.0;
//...
}
};
```
Exercise 2.41
Expand Down

0 comments on commit 840c764

Please sign in to comment.