Rémi Bernon (@rbernon) commented about dlls/cfgmgr32/main.c:
return hr;
}
+static const char *debugstr_DEVPROPKEY( const DEVPROPKEY *key ) +{
- if (!key) return wine_dbg_sprintf("(null)");
```suggestion:-0+0 if (!key) return "(null)"; ```
This has been fixed up in 5d8d16d28075e59e04e0e36577fe4a783c9f7186 but it should be here. I'd suggest to just squash 2a42f91147fe0a2f97483e216709fbcf675ffc49 and 5d8d16d28075e59e04e0e36577fe4a783c9f7186.