Skip to content

Commit dd18eb9

Browse files
committed
Fix: missing semicolon
1 parent 6427a8a commit dd18eb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/chef/common/stubs.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -262,12 +262,12 @@ void emberAfWakeOnLanClusterInitCallback(EndpointId endpoint)
262262

263263
void ApplicationInit()
264264
{
265-
ChipLogProgress(NotSpecified, "Chef Application Init !!!")
265+
ChipLogProgress(NotSpecified, "Chef Application Init !!!");
266266
}
267267

268268
void ApplicationShutdown()
269269
{
270-
ChipLogProgress(NotSpecified, "Chef Application Down !!!")
270+
ChipLogProgress(NotSpecified, "Chef Application Down !!!");
271271
}
272272

273273
// No-op function, used to force linking this file,

0 commit comments

Comments
 (0)