Skip to content

Commit 793756b

Browse files
committed
Fixed pl_ui warning
Added .gitignore
1 parent 29d4c9a commit 793756b

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*.o
2+
*.a
3+
genfont
4+
stockfont.h

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,6 @@ library to [PSP Vita](https://github.com/frangarcj/psplib4vita).
5757

5858
License
5959
-------
60-
psplib is licensed under the
60+
psplib is written by Akop Karapetyan.
61+
Licensed under the
6162
[Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).

pl_ui.c

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ static const pl_ui_menu_metrics default_menu_metrics =
6868

6969
int pl_ui_create(pl_ui *ui)
7070
{
71+
return 1;
7172
}
7273

7374
void pl_ui_destroy(pl_ui *ui)

0 commit comments

Comments
 (0)