Skip to content

Commit e9c1bd5

Browse files
committed
Fix a warning
1 parent e2c3fa5 commit e9c1bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

carDump/main.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ void ProcessCARFilesInFolder(NSString *inFolderPath, NSString *inOutputPathPrefi
180180
}
181181
}
182182

183-
void PrintUsage()
183+
static void PrintUsage()
184184
{
185185
printf("NAME\n");
186186
printf("\t\tcarDump to dump .car files\n\n");

0 commit comments

Comments
 (0)