Skip to content
  • Agata Cacko's avatar
    Fix compiler complaints, remove unneeded variable · 72c0b7d9
    Agata Cacko authored
    Before this commit, compiler complained about no return function that
    actually is void and a function that has no return value so defaults to
    int (but has no return x; at the end). This commit fixes it.
    
    Also it removes XCF_PTR_ERROR.
    72c0b7d9