mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
dmband: Avoid newlines inside FIXME messages.
This commit is contained in:
parent
ecbeda64dd
commit
dfc4f8e5f1
@ -32,7 +32,7 @@ typedef struct {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
static HRESULT WINAPI BandCF_QueryInterface(LPCLASSFACTORY iface,REFIID riid,LPVOID *ppobj) {
|
static HRESULT WINAPI BandCF_QueryInterface(LPCLASSFACTORY iface,REFIID riid,LPVOID *ppobj) {
|
||||||
FIXME("- no interface\n\tIID:\t%s\n", debugstr_guid(riid));
|
FIXME("- no interface IID: %s\n", debugstr_guid(riid));
|
||||||
|
|
||||||
if (ppobj == NULL) return E_POINTER;
|
if (ppobj == NULL) return E_POINTER;
|
||||||
|
|
||||||
@ -84,7 +84,7 @@ static IClassFactoryImpl Band_CF = {&BandCF_Vtbl};
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
static HRESULT WINAPI BandTrackCF_QueryInterface(LPCLASSFACTORY iface,REFIID riid,LPVOID *ppobj) {
|
static HRESULT WINAPI BandTrackCF_QueryInterface(LPCLASSFACTORY iface,REFIID riid,LPVOID *ppobj) {
|
||||||
FIXME("- no interface\n\tIID:\t%s\n", debugstr_guid(riid));
|
FIXME("- no interface IID: %s\n", debugstr_guid(riid));
|
||||||
|
|
||||||
if (ppobj == NULL) return E_POINTER;
|
if (ppobj == NULL) return E_POINTER;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user