Skip to content

Commit

Permalink
#182 prevent last user-space from being destroyed or moved
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed Oct 1, 2019
1 parent 9b6b8e2 commit 4a9d518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/space_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ struct space_manager
enum space_op_error
{
SPACE_OP_ERROR_SUCCESS = 0,
SPACE_OP_ERROR_MISSNG_SRC = 1,
SPACE_OP_ERROR_MISSNG_DST = 2,
SPACE_OP_ERROR_MISSING_SRC = 1,
SPACE_OP_ERROR_MISSING_DST = 2,
SPACE_OP_ERROR_INVALID_SRC = 3,
SPACE_OP_ERROR_INVALID_DST = 4,
SPACE_OP_ERROR_INVALID_TYPE = 5,
Expand Down

0 comments on commit 4a9d518

Please sign in to comment.