Skip to content

Commit 5233910

Browse files
committed
Fix the busybuffers name
1 parent da89552 commit 5233910

5 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const project = new Project('busybuffer');
1+
const project = new Project('busybuffers');
22

33
await project.addProject(findKore());
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ static void update(void *data) {
157157
}
158158

159159
int kickstart(int argc, char **argv) {
160-
kore_init("busybuffer", width, height, NULL, NULL);
160+
kore_init("busybuffers", width, height, NULL, NULL);
161161
kore_set_update_callback(update, NULL);
162162

163163
kore_gpu_device_wishlist wishlist = {0};

0 commit comments

Comments
 (0)