mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	fix typo in ipc-json.c
This commit is contained in:
		
							parent
							
								
									15a324b0d3
								
							
						
					
					
						commit
						f8a94f2f4b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -319,7 +319,7 @@ json_object *ipc_json_describe_container_recursive(swayc_t *c) {
 | 
				
			||||||
				json_object_array_add(scratchpad_json, ipc_json_describe_container_recursive(scratchpad->items[i]));
 | 
									json_object_array_add(scratchpad_json, ipc_json_describe_container_recursive(scratchpad->items[i]));
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		json_object_object_add(object, "scratchpad", unmanaged);
 | 
							json_object_object_add(object, "scratchpad", scratchpad_json);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return object;
 | 
						return object;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue