Changed something in Dazzling: extras.php, site doesn't work now!

I was looking around the Dazzling: extras.php (inc/extras.php), and erased something but put it back to how it was, well thought i did! Now website no longer works and shows an error code. Seen shots below on errors…

this is what I cut out originally, but then repasted and error is now showing…

if ( ! function_exists( 'dazzling_footer_info' ) ) :
/**
 * function to show the footer info, copyright information
 */
function dazzling_footer_info() {
  global $dazzling_footer_info;
  printf( __( 'Theme by %1$s Powered by %2$s', 'dazzling' ) , '<a href="https://colorlib.com/wp/" target="_blank">Colorlib</a>', '<a href="http://wordpress.org/" target="_blank">WordPress</a>');
}
endif;

Help please!!!

Please reinstall original extras.php file that you can find here. Code that you pasted are in the wrong place and there are some lines missing above it so nothing works.