mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	io.c: fix typo
* io.c (rb_io_make_open_file): remove useless backslash. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47865 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									5a77a4e71b
								
							
						
					
					
						commit
						12088a7e95
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								io.c
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								io.c
									
										
									
									
									
								
							|  | @ -7420,7 +7420,7 @@ rb_io_make_open_file(VALUE obj) | |||
|     Check_Type(obj, T_FILE); | ||||
|     if (RFILE(obj)->fptr) { | ||||
| 	rb_io_close(obj); | ||||
| 	rb_io_fptr_finalize(RFILE(obj)->fptr);\ | ||||
| 	rb_io_fptr_finalize(RFILE(obj)->fptr); | ||||
| 	RFILE(obj)->fptr = 0; | ||||
|     } | ||||
|     fp = rb_io_fptr_new(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 nobu
						nobu