summaryrefslogtreecommitdiffstats
path: root/iso/libisofs/isofs.c
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2020-01-30 20:17:53 +0900
committerMichele Calgaro <[email protected]>2020-01-30 20:17:53 +0900
commit3a41a0210cd53bc86a0988762fef0c8c2bca08dd (patch)
treeaa3bc523841881bf6dea934307a145b17d945a27 /iso/libisofs/isofs.c
parent82329dd8903ffe2350c0c1cda8682da9a35cbc35 (diff)
downloadkrusader-3a41a0210cd53bc86a0988762fef0c8c2bca08dd.tar.gz
krusader-3a41a0210cd53bc86a0988762fef0c8c2bca08dd.zip
Removed explicit usage of the 'register' keyword.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'iso/libisofs/isofs.c')
-rw-r--r--iso/libisofs/isofs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/iso/libisofs/isofs.c b/iso/libisofs/isofs.c
index ab13d9e..9b4307a 100644
--- a/iso/libisofs/isofs.c
+++ b/iso/libisofs/isofs.c
@@ -164,7 +164,7 @@ int ReadBootTable(readfunc *read,int sector, boot_head *head, void *udata) {
int i,end=0;
unsigned short sum;
boot_entry *defcur=NULL,*deflast=NULL;
- register struct validation_entry *ventry=NULL;
+ struct validation_entry *ventry=NULL;
head->sections=NULL;
head->defentry=NULL;
@@ -538,7 +538,7 @@ int ProcessDir(readfunc *read,int extent,int size,dircallback *callback,void *ud
*/
int JolietLevel(struct iso_volume_descriptor *ivd) {
int ret=0;
- register struct iso_supplementary_descriptor *isd;
+ struct iso_supplementary_descriptor *isd;
isd = (struct iso_supplementary_descriptor *) ivd;