aboutsummaryrefslogtreecommitdiff
path: root/bin/rdsquashfs/src/rdsquashfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rdsquashfs/src/rdsquashfs.c')
-rw-r--r--bin/rdsquashfs/src/rdsquashfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rdsquashfs/src/rdsquashfs.c b/bin/rdsquashfs/src/rdsquashfs.c
index bdcc5a0..ad85e68 100644
--- a/bin/rdsquashfs/src/rdsquashfs.c
+++ b/bin/rdsquashfs/src/rdsquashfs.c
@@ -207,7 +207,7 @@ int main(int argc, char **argv)
goto out;
break;
case OP_CAT: {
- ostream_t *fp;
+ sqfs_ostream_t *fp;
if (!S_ISREG(n->inode->base.mode)) {
fprintf(stderr, "/%s: not a regular file\n",