Skip to content

Commit f3415ef

Browse files
Added missing static
1 parent 0c4d573 commit f3415ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/kb_cmd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ static struct KbCmd endCMD() {
171171
typedef void (*KeyPressHandler)(struct PS2Buf_t);
172172
typedef int (*ExecFunc)(struct KbCmd, int *, KeyPressHandler);
173173

174-
void baseKeyHandler(struct PS2Buf_t kb) {
174+
static void baseKeyHandler(struct PS2Buf_t kb) {
175175
vgaEditor(kb);
176176
}
177177

0 commit comments

Comments
 (0)