Branch: Tag:

2014-08-21

2014-08-21 20:54:11 by Martin Nilsson <nilsson@opera.com>

Added void to zero argument functions.

49:    SANE_Handle h;   };    - static void init_sane() + static void init_sane(void)   {    if( sane_init( NULL, NULL ) )    Pike_error( "Sane init failed.\n" );
475:    }   }    - static void assert_image_program() + static void assert_image_program(void)   {    if( !image_program )    {