Changeset ffed09d in mainline


Ignore:
Timestamp:
2023-01-06T13:48:32Z (16 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5b19d80
Parents:
ca9aa89
git-author:
Jiri Svoboda <jiri@…> (2023-01-05 21:48:15)
git-committer:
Jiri Svoboda <jiri@…> (2023-01-06 13:48:32)
Message:

Fix copy-and-paste error in null server op check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/wndmgt/src/wndmgt_srv.c

    rca9aa89 rffed09d  
    229229        wnd_id = ipc_get_arg1(icall);
    230230
    231         if (srv->ops->activate_window == NULL) {
     231        if (srv->ops->close_window == NULL) {
    232232                async_answer_0(icall, ENOTSUP);
    233233                return;
Note: See TracChangeset for help on using the changeset viewer.