Changeset 1299:820b3044be0f in roaraudio for libroar/pinentry.c


Ignore:
Timestamp:
03/16/09 04:40:34 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

fixed warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/pinentry.c

    r1268 r1299  
    3636 
    3737int roar_pinentry_open (struct roar_pinentry * pe, int flags, char * display, char * tty, char * term) { 
     38#ifdef ROAR_HAVE_BIN_PINENTRY 
    3839 int in[2], out[2]; 
    3940 
     
    4546 pe->out = -1; 
    4647 
    47 #ifdef ROAR_HAVE_BIN_PINENTRY 
    4848 if ( display == NULL ) 
    4949  display = getenv("DISPLAY"); 
Note: See TracChangeset for help on using the changeset viewer.