mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
Remove const from dtc_file::dir.
Signed-off-by: Scott Wood <scottwood@freescale.com>
This commit is contained in:
parent
82b327d380
commit
0f635df874
2 changed files with 3 additions and 3 deletions
2
srcpos.h
2
srcpos.h
|
@ -25,7 +25,7 @@
|
|||
#include <stdio.h>
|
||||
|
||||
struct dtc_file {
|
||||
const char *dir;
|
||||
char *dir;
|
||||
const char *name;
|
||||
FILE *file;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue