swfから画像を抽出するコマンドラインアプリケーション
Revision | 51c003979c5366af265a1182b4dc021385cc86c3 (tree) |
---|---|
Time | 2018-05-23 19:46:03 |
Author | masakih <masakih@user...> |
Commiter | masakih |
書式を修正
@@ -16,8 +16,8 @@ | ||
16 | 16 | const char *toolName; |
17 | 17 | const char *versionString = "1.0"; |
18 | 18 | |
19 | -const char *toolNameStr(const char *argv0) | |
20 | -{ | |
19 | +const char *toolNameStr(const char *argv0) { | |
20 | + | |
21 | 21 | return [[[NSString stringWithFormat:@"%s", argv0] lastPathComponent] fileSystemRepresentation]; |
22 | 22 | } |
23 | 23 |