When I add this to the end of my theme function.php I get a syntax error on the last line, how do I fix this?
add_action( 'admin_enqueue_scripts', function() {
wp_enqueue_style('fontawesome', '//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');
}