Skip to content

Commit

Permalink
Refs #11400. Change warning style.
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumsteve committed Mar 19, 2015
1 parent 130ba5c commit 0275d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/MantidPlot/src/zlib123/minigzip.c
Expand Up @@ -252,7 +252,7 @@ void file_uncompress(file)
{
outfile = file;
infile = buf;
// Add the .gz suffix to the filename in buf/infile
/* Add the .gz suffix to the filename in buf/infile */
strcat(buf, GZ_SUFFIX);
}
in = gzopen(infile, "rb");
Expand Down

0 comments on commit 0275d97

Please sign in to comment.