• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

swfから画像を抽出するコマンドラインアプリケーション


Commit MetaInfo

Révision51c003979c5366af265a1182b4dc021385cc86c3 (tree)
l'heure2018-05-23 19:46:03
Auteurmasakih <masakih@user...>
Commitermasakih

Message de Log

書式を修正

Change Summary

Modification

--- a/KanColleGraphicDivider/main.m
+++ b/KanColleGraphicDivider/main.m
@@ -16,8 +16,8 @@
1616 const char *toolName;
1717 const char *versionString = "1.0";
1818
19-const char *toolNameStr(const char *argv0)
20-{
19+const char *toolNameStr(const char *argv0) {
20+
2121 return [[[NSString stringWithFormat:@"%s", argv0] lastPathComponent] fileSystemRepresentation];
2222 }
2323