hw/xwin: Fix typo in comment
Signed-off-by: Colin Harrison <colin.harrison@virgin.net> Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk>
This commit is contained in:
		
							parent
							
								
									561bca469d
								
							
						
					
					
						commit
						cf59f4888e
					
				| 
						 | 
					@ -837,7 +837,7 @@ winTopLevelWindowProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
 | 
				
			||||||
        break;
 | 
					        break;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    case WM_CLOSE:
 | 
					    case WM_CLOSE:
 | 
				
			||||||
        /* Removep AppUserModelID property */
 | 
					        /* Remove AppUserModelID property */
 | 
				
			||||||
        winSetAppUserModelID(hwnd, NULL);
 | 
					        winSetAppUserModelID(hwnd, NULL);
 | 
				
			||||||
        /* Branch on if the window was killed in X already */
 | 
					        /* Branch on if the window was killed in X already */
 | 
				
			||||||
        if (pWinPriv->fXKilled) {
 | 
					        if (pWinPriv->fXKilled) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue