Rémi Bernon (@rbernon) commented about dlls/cfgmgr32/main.c:
return hr;
}
+static const char *debugstr_DEVPROPERTY( const DEVPROPKEY *key ) +{
- if (!key) return wine_dbg_sprintf("(null)");
```suggestion:-0+0 if (!key) return "(null)"; ```
Also, lets make this consistent with the other `debugstr_DEVPROPERTY` elsewhere.