Changes in uspace/app/taskbar/test/wndlist.c [ca48672:4c6fd56] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskbar/test/wndlist.c
rca48672 r4c6fd56 1 1 /* 2 * Copyright (c) 202 5Jiri Svoboda2 * Copyright (c) 2023 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 149 149 PCUT_ASSERT_ERRNO_VAL(EOK, rc); 150 150 151 rc = loc_service_register(srv, test_wndmgt_svc, fallback_port_id,&sid);151 rc = loc_service_register(srv, test_wndmgt_svc, &sid); 152 152 PCUT_ASSERT_ERRNO_VAL(EOK, rc); 153 153
Note:
See TracChangeset
for help on using the changeset viewer.