Correct issue with @return specification for argo_read_value().
This commit is contained in:
		
							parent
							
								
									8be8175f96
								
							
						
					
					
						commit
						821be24331
					
				| 
						 | 
					@ -23,8 +23,8 @@
 | 
				
			||||||
 * and a NULL pointer value is returned.
 | 
					 * and a NULL pointer value is returned.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * @param f  Input stream from which JSON is to be read.
 | 
					 * @param f  Input stream from which JSON is to be read.
 | 
				
			||||||
 * @return  Zero if the operation is completely successful,
 | 
					 * @return  A valid pointer if the operation is completely successful,
 | 
				
			||||||
 * nonzero if there is any error.
 | 
					 * NULL if there is any error.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
ARGO_VALUE *argo_read_value(FILE *f) {
 | 
					ARGO_VALUE *argo_read_value(FILE *f) {
 | 
				
			||||||
    // TO BE IMPLEMENTED.
 | 
					    // TO BE IMPLEMENTED.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user