mirror of
				https://git.zx2c4.com/wireguard-go
				synced 2025-10-31 11:56:22 +08:00 
			
		
		
		
	tun/wintun/memmod: fix format verb
Caught by 'go vet'. Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
This commit is contained in:
		 Josh Bleecher Snyder
					Josh Bleecher Snyder
				
			
				
					committed by
					
						 Jason A. Donenfeld
						Jason A. Donenfeld
					
				
			
			
				
	
			
			
			 Jason A. Donenfeld
						Jason A. Donenfeld
					
				
			
						parent
						
							23642a13be
						
					
				
				
					commit
					abc88c82b1
				
			| @@ -294,7 +294,7 @@ func (module *Module) performBaseRelocation(delta uintptr) (relocated bool, err | ||||
| 				} | ||||
|  | ||||
| 			default: | ||||
| 				return false, fmt.Errorf("Unsupported relocation: %w", relType) | ||||
| 				return false, fmt.Errorf("Unsupported relocation: %v", relType) | ||||
| 			} | ||||
| 		} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user