Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git: remove redundant notes_ref check #1400

Closed
wants to merge 1 commit into from

Commits on Dec 18, 2022

  1. git: remove redundant notes_ref check

    Earlier in the init_notes function, notes_ref is guaranteed
    to be the default ref if it is NULL by then,
    making future checks for notes_ref to be redundant,
    and xstrdup_or_null can just be xstrdup.
    
    Signed-off-by: Seija Kijin <doremylover123@gmail.com>
    GameCubeGBA authored and AtariDreams committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    71a027b View commit details
    Browse the repository at this point in the history