fixed typo
This commit is contained in:
		
							parent
							
								
									aadfe97a58
								
							
						
					
					
						commit
						e030fdc548
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -150,7 +150,7 @@ IMPLEMENTATION MODULE Streams; | |||
| 		IF (cnt > 0) THEN | ||||
| 			cnt1 := cnt; | ||||
| 			cnt := 0; | ||||
| 			IF Unix.write(fildes, ADR(buf), cnt) < 0) THEN END; | ||||
| 			IF Unix.write(fildes, ADR(buf), cnt) < 0 THEN END; | ||||
| 		END; | ||||
| 	END; | ||||
|   END FlushStream; | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue