Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
chitalu committed Nov 10, 2023
1 parent 581c84c commit 4c04878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions source/obj.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stddef.h> // ptrdiff_t

enum ObjFileCmdType
{
Expand Down
2 changes: 1 addition & 1 deletion source/third-party/plyfile.c
Original file line number Diff line number Diff line change
Expand Up @@ -2498,7 +2498,7 @@ Allocate some memory.
fname - file name from which memory was requested
******************************************************************************/

static char *my_alloc(int size, int lnum, char *fname)
char *my_alloc(int size, int lnum, char *fname)
{
char *ptr;

Expand Down

0 comments on commit 4c04878

Please sign in to comment.