diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2015-01-17 18:53:22 +0200 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2015-01-17 18:53:22 +0200 |
commit | b32b8db5236f86007cd37aecbcc64060b2038fc2 (patch) | |
tree | c79923489416b9e94734963309b753046c93f80f /lib | |
parent | f76cfbca4f14f87a66552dff1bd35e9a9bc691aa (diff) | |
download | bemenu-b32b8db5236f86007cd37aecbcc64060b2038fc2.tar.gz bemenu-b32b8db5236f86007cd37aecbcc64060b2038fc2.tar.bz2 bemenu-b32b8db5236f86007cd37aecbcc64060b2038fc2.zip |
Newline
Diffstat (limited to 'lib')
-rw-r--r-- | lib/menu.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -85,6 +85,7 @@ bm_menu_new(const char *renderer, enum bm_prioritory prioritory) if (!bm_menu_set_color(menu, i, NULL)) goto fail; } + return menu; fail: |