0

This is my code:

typedef struct mobiltelefon {

char herstellername[HLEN];
double displaydiagonale;
aufloesung_t aufloesung;

char standards[NUMBER_OF_STRINGS][STRINGLENGTH+1] = {"GPRS", "EDGE", "HSDPA", "HSUPA","HSPA","LTE"};

}handy_t;

I keep getting this error:

expected ; at the end of declaration list
damir46
  • 57
  • 1
  • 2
  • 7
  • Please do not re-post essentially the same question, even when you are not satisfied with the answer that you get: usually, it will be promptly closed as a duplicate of your own question. – Sergey Kalinichenko Oct 06 '14 at 20:08
  • Someone recommended me to ask a new questions as I didn't provide enough information in the other question at first – damir46 Oct 06 '14 at 20:10

0 Answers0