Remove spurious ;

tingping/wmclass
Alexander Larsson 2016-05-06 14:23:35 +02:00
parent de9fe1cb6a
commit e12d93b069
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@ add_file (struct archive *a,
gssize bytes_read = g_input_stream_read (file_in, buf, sizeof (buf),
cancellable, error);
if (bytes_read < 0)
return FALSE;;
return FALSE;
if (bytes_read == 0)
break;