Skip to content

Commit 7a6a2ad

Browse files
committed
Chassis: fix compiler warnings
My fault
1 parent 21c76f3 commit 7a6a2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/chassis.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ void ffPrintChassis(FFinstance* instance)
3030
ffStrbufInitCopy(&output, &result.chassisType);
3131

3232
if(result.chassisVersion.length > 0)
33-
ffStrbufAppendF(&output, " (%s)", &result.chassisVersion.chars);
33+
ffStrbufAppendF(&output, " (%s)", result.chassisVersion.chars);
3434

3535
ffStrbufPutTo(&output, stdout);
3636

0 commit comments

Comments
 (0)