mirror of
				https://github.com/optim-enterprises-bv/nDPId.git
				synced 2025-11-03 19:57:50 +00:00 
			
		
		
		
	Merge pull request #65 from Smattr/02ab7ac3-79ee-4541-a80a-230e2ceae1dd
Fix trivial comment typo.
This commit is contained in:
		
							
								
								
									
										2
									
								
								jsmn.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								jsmn.c
									
									
									
									
									
								
							@@ -79,7 +79,7 @@ found:
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * Filsl next token with JSON string.
 | 
					 * Fills next token with JSON string.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
static int jsmn_parse_string(jsmn_parser *parser, const char *js,
 | 
					static int jsmn_parse_string(jsmn_parser *parser, const char *js,
 | 
				
			||||||
		size_t len, jsmntok_t *tokens, size_t num_tokens) {
 | 
							size_t len, jsmntok_t *tokens, size_t num_tokens) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user