• R/O
  • SSH
  • HTTPS

ttssh2: Commit


Commit MetaInfo

Révision9541 (tree)
l'heure2021-11-23 01:04:47
Auteurzmatsuo

Message de Log

warning: 'static' is not at beginning of declaration

Change Summary

Modification

--- trunk/TTXSamples/TTXRecurringCommand/TTXRecurringCommand.c (revision 9540)
+++ trunk/TTXSamples/TTXRecurringCommand/TTXRecurringCommand.c (revision 9541)
@@ -466,7 +466,7 @@
466466 // RecurringCommand設定ダイアログのコールバック関数。
467467 //
468468 static LRESULT CALLBACK RecurringCommandSetting(HWND dlg, UINT msg, WPARAM wParam, LPARAM lParam) {
469- const static DlgTextInfo text_info[] = {
469+ static const DlgTextInfo text_info[] = {
470470 { 0, "DLG_TITLE" },
471471 { IDC_ENABLE, "DLG_ENABLE" },
472472 { IDC_INTERVAL_LABEL, "DLG_INTERVAL" },
Afficher sur ancien navigateur de dépôt.