Skip to content

Commit 4895dd2

Browse files
ideasman42phkaeser
authored andcommitted
Minor comment clarification.
1 parent abf4956 commit 4895dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/action.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ typedef struct {
6565
wlmaker_key_combo_t key_combo;
6666
/** The associated action. */
6767
wlmaker_action_t action;
68-
/** Optional argument for the action (eg. command to execute). */
68+
/** Optional argument for the action (eg. command to execute, NULL when unset). */
6969
char *action_arg_ptr;
7070
/** The key binding it to this node. */
7171
wlmaker_key_binding_t *key_binding_ptr;

0 commit comments

Comments
 (0)