Skip to content

Commit

Permalink
Changed suffix to match requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Harvard committed Jan 18, 2013
1 parent d0b683a commit dc54230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pset4/jpg/recover.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ int main(void)
{
// Construct the filename here
// TODO: Modify to satisfy filename requirements
char * suffix = ".jpeg";
char * suffix = ".jpg";
char filename[50];
if(jpegcount < 10)
{
Expand Down

0 comments on commit dc54230

Please sign in to comment.